Html Css Color HEX #608804 Olive Drab

📋 copy color: '#608804'

red 96 ◦ green 136 ◦ blue 4

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

Shades of Olive Drab #608804

Tints of Olive Drab #608804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 57.63%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 40.68%
G = 57.63%
B = 1.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#608804 (or 0x608804) is known color: Olive Drab. HEX triplet: 60, 88 and 04. RGB value is (96,136,4). Sum of RGB (Red+Green+Blue) = 96+136+4=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #608804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608804 is #9F77FB. Grayscale: #6D6D6D. Windows color (decimal): -10450940 or 297056. OLE color: 297056.

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

Color convert

RGB 96 136 4 -
CMYK 0.29 0 0.97 0.47
HSL 78.18º 0.94% 0.27% -
HSV(B) 78.18º 0.97% 0.53% -
XYZ 13.65 20.1 3.28 -
YUV 108.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 96 136 4 0.29 0 0.97 0.47 78.18 0.94 0.27
Hex 60 88 4 1D 0 61 2F 4E 5E 1B
Octal 140 210 4 35 0 141 57 116 136 33
Binary 1100000 10001000 100 11101 0 1100001 101111 1001110 1011110 11011

Color Harmonies of #608804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608804

Black with #608804

Text Example


Text Example

White with #608804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608804; }

 p { color: rgb(96,136,4); }

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

background-color css

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

 a { background-color: rgb(96,136,4); }

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

border-color css

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

 span { border-color: rgb(96,136,4); }

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