Html Css Color HEX #5F880C Olive Drab

📋 copy color: '#5F880C'

red 95 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #5F880C

Tints of Olive Drab #5F880C

RGB

 RED value IS 95 (37.5% from 255) = 39.09%

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

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

R = 39.09%
G = 55.97%
B = 4.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#5F880C (or 0x5F880C) is known color: Olive Drab. HEX triplet: 5F, 88 and 0C. RGB value is (95,136,12). Sum of RGB (Red+Green+Blue) = 95+136+12=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #5F880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F880C is #A077F3. Grayscale: #6E6E6E. Windows color (decimal): -10516468 or 821343. OLE color: 821343.

HSL color Cylindrical-coordinate representation of color #5F880C: hue angle of 79.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F880C is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 136 12 -
CMYK 0.30 0 0.91 0.47
HSL 79.84º 0.84% 0.29% -
HSV(B) 79.84º 0.91% 0.53% -
XYZ 13.59 20.07 3.51 -
YUV 109.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 95 136 12 0.30 0 0.91 0.47 79.84 0.84 0.29
Hex 5F 88 C 1E 0 5B 2F 50 54 1D
Octal 137 210 14 36 0 133 57 120 124 35
Binary 1011111 10001000 1100 11110 0 1011011 101111 1010000 1010100 11101

Color Harmonies of #5F880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F880C

Black with #5F880C

Text Example


Text Example

White with #5F880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F880C; }

 p { color: rgb(95,136,12); }

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

background-color css

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

 a { background-color: rgb(95,136,12); }

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

border-color css

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

 span { border-color: rgb(95,136,12); }

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