Html Css Color HEX #877F14 Olive

📋 copy color: '#877F14'

red 135 ◦ green 127 ◦ blue 20

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

Shades of Olive #877F14

Tints of Olive #877F14

RGB

 RED value IS 135 (53.13% from 255) = 47.87%

 GREEN value IS 127 (50% from 255) = 45.04%

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 47.87%
G = 45.04%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#877F14 (or 0x877F14) is known color: Olive. HEX triplet: 87, 7F and 14. RGB value is (135,127,20). Sum of RGB (Red+Green+Blue) = 135+127+20=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #877F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877F14 is #7880EB. Grayscale: #757575. Windows color (decimal): -7897324 or 1343367. OLE color: 1343367.

HSL color Cylindrical-coordinate representation of color #877F14: hue angle of 55.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #877F14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 127 20 -
CMYK 0 0.06 0.85 0.47
HSL 55.83º 0.74% 0.3% -
HSV(B) 55.83º 0.85% 0.53% -
XYZ 17.71 20.38 3.66 -
YUV 117.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 135 127 20 0 0.06 0.85 0.47 55.83 0.74 0.3
Hex 87 7F 14 0 6 55 2F 38 4A 1E
Octal 207 177 24 0 6 125 57 70 112 36
Binary 10000111 1111111 10100 0 110 1010101 101111 111000 1001010 11110

Color Harmonies of #877F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877F14

Black with #877F14

Text Example


Text Example

White with #877F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877F14; }

 p { color: rgb(135,127,20); }

 H1.HeaderClassName
 {
   color: #877F14;
 }
 .AnyTagClassName
 {
   color: #877F14;
 }
</style>

background-color css

<style>
 a { background-color: #877F14; }

 a { background-color: rgb(135,127,20); }

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

border-color css

<style>
 span { border-color: #877F14; }

 span { border-color: rgb(135,127,20); }

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