Html Css Color HEX #608918 Olive Drab

📋 copy color: '#608918'

red 96 ◦ green 137 ◦ blue 24

#608918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #608918

Tints of Olive Drab #608918

RGB

 RED value IS 96 (37.89% from 255) = 37.35%

 GREEN value IS 137 (53.91% from 255) = 53.31%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 37.35%
G = 53.31%
B = 9.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#608918 (or 0x608918) is known color: Olive Drab. HEX triplet: 60, 89 and 18. RGB value is (96,137,24). Sum of RGB (Red+Green+Blue) = 96+137+24=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #608918 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608918 is #9F76E7. Grayscale: #707070. Windows color (decimal): -10450664 or 1608032. OLE color: 1608032.

HSL color Cylindrical-coordinate representation of color #608918: hue angle of 81.77º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608918 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 24 -
CMYK 0.30 0 0.82 0.46
HSL 81.77º 0.7% 0.32% -
HSV(B) 81.77º 0.82% 0.54% -
XYZ 13.93 20.44 4.08 -
YUV 111.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 96 137 24 0.30 0 0.82 0.46 81.77 0.7 0.32
Hex 60 89 18 1E 0 52 2E 52 46 20
Octal 140 211 30 36 0 122 56 122 106 40
Binary 1100000 10001001 11000 11110 0 1010010 101110 1010010 1000110 100000

Color Harmonies of #608918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608918

Black with #608918

Text Example


Text Example

White with #608918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608918; }

 p { color: rgb(96,137,24); }

 H1.HeaderClassName
 {
   color: #608918;
 }
 .AnyTagClassName
 {
   color: #608918;
 }
</style>

background-color css

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

 a { background-color: rgb(96,137,24); }

 div.DivClassName
 {
   background-color: #608918;
 }
 .BgClassName
 {
   background-color: #608918;
 }
</style>

border-color css

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

 span { border-color: rgb(96,137,24); }

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