Html Css Color HEX #608D08 Olive Drab

📋 copy color: '#608D08'

red 96 ◦ green 141 ◦ blue 8

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

Shades of Olive Drab #608D08

Tints of Olive Drab #608D08

RGB

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

 GREEN value IS 141 (55.47% from 255) = 57.55%

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

R = 39.18%
G = 57.55%
B = 3.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#608D08 (or 0x608D08) is known color: Olive Drab. HEX triplet: 60, 8D and 08. RGB value is (96,141,8). Sum of RGB (Red+Green+Blue) = 96+141+8=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #608D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608D08 is #9F72F7. Grayscale: #707070. Windows color (decimal): -10449656 or 560480. OLE color: 560480.

HSL color Cylindrical-coordinate representation of color #608D08: hue angle of 80.3º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #608D08 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 8 -
CMYK 0.32 0 0.94 0.45
HSL 80.3º 0.89% 0.29% -
HSV(B) 80.3º 0.94% 0.55% -
XYZ 14.39 21.55 3.63 -
YUV 112.38 69.09 116.31 -
System Red Green Blue C M Y K H S L
Decimal 96 141 8 0.32 0 0.94 0.45 80.3 0.89 0.29
Hex 60 8D 8 20 0 5E 2D 50 59 1D
Octal 140 215 10 40 0 136 55 120 131 35
Binary 1100000 10001101 1000 100000 0 1011110 101101 1010000 1011001 11101

Color Harmonies of #608D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D08

Black with #608D08

Text Example


Text Example

White with #608D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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