#618a09

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

Shades of Olive Drab #618A09

Tints of Olive Drab #618A09

Color information

#618A09 (or 0x618A09) is unknown color: approx Olive Drab. HEX triplet: 61, 8A and 09. RGB value is (97,138,9). Sum of RGB (Red+Green+Blue) = 97+138+9=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #618A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A09 is #9E75F6. Grayscale: #6F6F6F. Windows color (decimal): -10384887 or 625249. OLE color: 625249.

HSL color Cylindrical-coordinate representation of color #618A09: hue angle of 79.07º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #618A09 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB971389-
CMYK0.3000.930.46
HSL79.07º87.76%28.82%-
HSV(B)79.07º93.48%54.12%-
XYZ14.0720.743.52-
YUV111.0470.42117.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 138 (54.30% from 255) = 56.56%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=39.75%
G=56.56%
B=3.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9713890.3000.930.4679.0787.7628.82
Hex618A91E05D2E4f581d
Octal141212113601355611713035
Binary110000110001010100111110010111011011101001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618a09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618a09; }

 p { color: rgb(97,138,9); }

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

<style>
 a { background-color: #618a09; }

 a { background-color: rgb(97,138,9); }

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

<style>
 span { border-color: #618a09; }

 span { border-color: rgb(97,138,9); }

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