#61910C

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

Shades of Olive Drab #61910C

Tints of Olive Drab #61910C

Color information

#61910C (or 0x61910C) is unknown color: approx Olive Drab. HEX triplet: 61, 91 and 0C. RGB value is (97,145,12). Sum of RGB (Red+Green+Blue) = 97+145+12=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #61910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61910C is #9E6EF3. Grayscale: #737373. Windows color (decimal): -10383092 or 823649. OLE color: 823649.

HSL color Cylindrical-coordinate representation of color #61910C: hue angle of 81.65º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61910C is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB9714512-
CMYK0.3300.920.43
HSL81.65º84.71%30.78%-
HSV(B)81.65º91.72%56.86%-
XYZ15.1222.823.96-
YUV115.4969.6114.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=38.19%
G=57.09%
B=4.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97145120.3300.920.4381.6584.7130.78
Hex6191C2105C2B52551f
Octal141221144101345312212537
Binary1100001100100011100100001010111001010111010010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61910C; }

 p { color: rgb(97,145,12); }

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

<style>
 a { background-color: #61910C; }

 a { background-color: rgb(97,145,12); }

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

<style>
 span { border-color: #61910C; }

 span { border-color: rgb(97,145,12); }

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