Html Css Color HEX #60880F Olive Drab

📋 copy color: '#60880F'

red 96 ◦ green 136 ◦ blue 15

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

Shades of Olive Drab #60880F

Tints of Olive Drab #60880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.06%

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 38.87%
G = 55.06%
B = 6.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#60880F (or 0x60880F) is known color: Olive Drab. HEX triplet: 60, 88 and 0F. RGB value is (96,136,15). Sum of RGB (Red+Green+Blue) = 96+136+15=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #60880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60880F is #9F77F0. Grayscale: #6E6E6E. Windows color (decimal): -10450929 or 1017952. OLE color: 1017952.

HSL color Cylindrical-coordinate representation of color #60880F: hue angle of 79.83º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60880F is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 136 15 -
CMYK 0.29 0 0.89 0.47
HSL 79.83º 0.8% 0.3% -
HSV(B) 79.83º 0.89% 0.53% -
XYZ 13.71 20.13 3.61 -
YUV 110.25 74.25 117.84 -
System Red Green Blue C M Y K H S L
Decimal 96 136 15 0.29 0 0.89 0.47 79.83 0.8 0.3
Hex 60 88 F 1D 0 59 2F 50 50 1E
Octal 140 210 17 35 0 131 57 120 120 36
Binary 1100000 10001000 1111 11101 0 1011001 101111 1010000 1010000 11110

Color Harmonies of #60880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60880F

Black with #60880F

Text Example


Text Example

White with #60880F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60880F; }

 p { color: rgb(96,136,15); }

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

background-color css

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

 a { background-color: rgb(96,136,15); }

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

border-color css

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

 span { border-color: rgb(96,136,15); }

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