Html Css Color HEX #608408 Olive Drab

📋 copy color: '#608408'

red 96 ◦ green 132 ◦ blue 8

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

Shades of Olive Drab #608408

Tints of Olive Drab #608408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 40.68%
G = 55.93%
B = 3.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#608408 (or 0x608408) is known color: Olive Drab. HEX triplet: 60, 84 and 08. RGB value is (96,132,8). Sum of RGB (Red+Green+Blue) = 96+132+8=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #608408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608408 is #9F7BF7. Grayscale: #6B6B6B. Windows color (decimal): -10451960 or 558176. OLE color: 558176.

HSL color Cylindrical-coordinate representation of color #608408: hue angle of 77.42º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #608408 is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 132 8 -
CMYK 0.27 0 0.94 0.48
HSL 77.42º 0.89% 0.27% -
HSV(B) 77.42º 0.94% 0.52% -
XYZ 13.12 19.01 3.21 -
YUV 107.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 96 132 8 0.27 0 0.94 0.48 77.42 0.89 0.27
Hex 60 84 8 1B 0 5E 30 4D 59 1B
Octal 140 204 10 33 0 136 60 115 131 33
Binary 1100000 10000100 1000 11011 0 1011110 110000 1001101 1011001 11011

Color Harmonies of #608408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608408

Black with #608408

Text Example


Text Example

White with #608408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608408; }

 p { color: rgb(96,132,8); }

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

background-color css

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

 a { background-color: rgb(96,132,8); }

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

border-color css

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

 span { border-color: rgb(96,132,8); }

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