#61980A

Color #61980A Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #61980A

Tints of Olive Drab #61980A

Color information

#61980A (or 0x61980A) is unknown color: approx Olive Drab. HEX triplet: 61, 98 and 0A. RGB value is (97,152,10). Sum of RGB (Red+Green+Blue) = 97+152+10=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #61980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61980A is #9E67F5. Grayscale: #777777. Windows color (decimal): -10381302 or 694369. OLE color: 694369.

HSL color Cylindrical-coordinate representation of color #61980A: hue angle of 83.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61980A is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB9715210-
CMYK0.3600.930.40
HSL83.24º87.65%31.76%-
HSV(B)83.24º93.42%59.61%-
XYZ16.2125.024.26-
YUV119.3766.28112.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 152 (59.77% from 255) = 58.69%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=37.45%
G=58.69%
B=3.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152100.3600.930.4083.2487.6531.76
Hex6198A2405D28535820
Octal141230124401355012313040
Binary11000011001100010101001000101110110100010100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61980A; }

 p { color: rgb(97,152,10); }

 H1.HeaderClassName
 {
   color: #61980A;
 }
 .AnyTagClassName
 {
   color: #61980A;
 }
</style>
background-color css

<style>
 a { background-color: #61980A; }

 a { background-color: rgb(97,152,10); }

 div.DivClassName
 {
   background-color: #61980A;
 }
 .BgClassName
 {
   background-color: #61980A;
 }
</style>
border-color css

<style>
 span { border-color: #61980A; }

 span { border-color: rgb(97,152,10); }

 td.TdClassName
 {
   border-color: #61980A;
 }
 .TagClassName
 {
   border-color: #61980A;
 }
</style>