Html Css Color HEX #608208 Olive Drab

📋 copy color: '#608208'

red 96 ◦ green 130 ◦ blue 8

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

Shades of Olive Drab #608208

Tints of Olive Drab #608208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

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

R = 41.03%
G = 55.56%
B = 3.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#608208 (or 0x608208) is known color: Olive Drab. HEX triplet: 60, 82 and 08. RGB value is (96,130,8). Sum of RGB (Red+Green+Blue) = 96+130+8=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #608208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608208 is #9F7DF7. Grayscale: #6A6A6A. Windows color (decimal): -10452472 or 557664. OLE color: 557664.

HSL color Cylindrical-coordinate representation of color #608208: hue angle of 76.72º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #608208 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 8 -
CMYK 0.26 0 0.94 0.49
HSL 76.72º 0.88% 0.27% -
HSV(B) 76.72º 0.94% 0.51% -
XYZ 12.85 18.47 3.12 -
YUV 105.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 96 130 8 0.26 0 0.94 0.49 76.72 0.88 0.27
Hex 60 82 8 1A 0 5E 31 4D 58 1B
Octal 140 202 10 32 0 136 61 115 130 33
Binary 1100000 10000010 1000 11010 0 1011110 110001 1001101 1011000 11011

Color Harmonies of #608208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608208

Black with #608208

Text Example


Text Example

White with #608208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608208; }

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

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

background-color css

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

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

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

border-color css

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

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

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