Html Css Color HEX #60800E Olive Drab

📋 copy color: '#60800E'

red 96 ◦ green 128 ◦ blue 14

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

Shades of Olive Drab #60800E

Tints of Olive Drab #60800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.78%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 40.34%
G = 53.78%
B = 5.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#60800E (or 0x60800E) is known color: Olive Drab. HEX triplet: 60, 80 and 0E. RGB value is (96,128,14). Sum of RGB (Red+Green+Blue) = 96+128+14=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #60800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60800E is #9F7FF1. Grayscale: #696969. Windows color (decimal): -10452978 or 950368. OLE color: 950368.

HSL color Cylindrical-coordinate representation of color #60800E: hue angle of 76.84º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60800E is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 14 -
CMYK 0.25 0 0.89 0.50
HSL 76.84º 0.8% 0.28% -
HSV(B) 76.84º 0.89% 0.5% -
XYZ 12.62 17.96 3.22 -
YUV 105.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 96 128 14 0.25 0 0.89 0.50 76.84 0.8 0.28
Hex 60 80 E 19 0 59 32 4D 50 1C
Octal 140 200 16 31 0 131 62 115 120 34
Binary 1100000 10000000 1110 11001 0 1011001 110010 1001101 1010000 11100

Color Harmonies of #60800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60800E

Black with #60800E

Text Example


Text Example

White with #60800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60800E; }

 p { color: rgb(96,128,14); }

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

background-color css

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

 a { background-color: rgb(96,128,14); }

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

border-color css

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

 span { border-color: rgb(96,128,14); }

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