Html Css Color HEX #608718 Olive Drab

📋 copy color: '#608718'

red 96 ◦ green 135 ◦ blue 24

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

Shades of Olive Drab #608718

Tints of Olive Drab #608718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 52.94%

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

R = 37.65%
G = 52.94%
B = 9.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#608718 (or 0x608718) is known color: Olive Drab. HEX triplet: 60, 87 and 18. RGB value is (96,135,24). Sum of RGB (Red+Green+Blue) = 96+135+24=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #608718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608718 is #9F78E7. Grayscale: #6F6F6F. Windows color (decimal): -10451176 or 1607520. OLE color: 1607520.

HSL color Cylindrical-coordinate representation of color #608718: hue angle of 81.08º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #608718 is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 24 -
CMYK 0.29 0 0.82 0.47
HSL 81.08º 0.7% 0.31% -
HSV(B) 81.08º 0.82% 0.53% -
XYZ 13.65 19.88 3.98 -
YUV 110.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 96 135 24 0.29 0 0.82 0.47 81.08 0.7 0.31
Hex 60 87 18 1D 0 52 2F 51 46 1F
Octal 140 207 30 35 0 122 57 121 106 37
Binary 1100000 10000111 11000 11101 0 1010010 101111 1010001 1000110 11111

Color Harmonies of #608718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608718

Black with #608718

Text Example


Text Example

White with #608718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608718; }

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

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

background-color css

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

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

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

border-color css

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

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

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