Html Css Color HEX #608B0C Olive Drab

📋 copy color: '#608B0C'

red 96 ◦ green 139 ◦ blue 12

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

Shades of Olive Drab #608B0C

Tints of Olive Drab #608B0C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.28%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 38.87%
G = 56.28%
B = 4.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#608B0C (or 0x608B0C) is known color: Olive Drab. HEX triplet: 60, 8B and 0C. RGB value is (96,139,12). Sum of RGB (Red+Green+Blue) = 96+139+12=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #608B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608B0C is #9F74F3. Grayscale: #707070. Windows color (decimal): -10450164 or 822112. OLE color: 822112.

HSL color Cylindrical-coordinate representation of color #608B0C: hue angle of 80.31º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #608B0C is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 12 -
CMYK 0.31 0 0.91 0.45
HSL 80.31º 0.84% 0.3% -
HSV(B) 80.31º 0.91% 0.55% -
XYZ 14.12 20.98 3.65 -
YUV 111.67 71.75 116.83 -
System Red Green Blue C M Y K H S L
Decimal 96 139 12 0.31 0 0.91 0.45 80.31 0.84 0.3
Hex 60 8B C 1F 0 5B 2D 50 54 1E
Octal 140 213 14 37 0 133 55 120 124 36
Binary 1100000 10001011 1100 11111 0 1011011 101101 1010000 1010100 11110

Color Harmonies of #608B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B0C

Black with #608B0C

Text Example


Text Example

White with #608B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,12); }

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

background-color css

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

 a { background-color: rgb(96,139,12); }

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

border-color css

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

 span { border-color: rgb(96,139,12); }

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