Html Css Color HEX #878E0E Olive

📋 copy color: '#878E0E'

red 135 ◦ green 142 ◦ blue 14

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

Shades of Olive #878E0E

Tints of Olive #878E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 48.8%

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

R = 46.39%
G = 48.8%
B = 4.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#878E0E (or 0x878E0E) is known color: Olive. HEX triplet: 87, 8E and 0E. RGB value is (135,142,14). Sum of RGB (Red+Green+Blue) = 135+142+14=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 142 (55.86% from 255 or 48.80% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 142 - color contains mainly: green. Hex color #878E0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #878E0E is #7871F1. Grayscale: #7D7D7D. Windows color (decimal): -7893490 or 953991. OLE color: 953991.

HSL color Cylindrical-coordinate representation of color #878E0E: hue angle of 63.28º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #878E0E is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 142 14 -
CMYK 0.05 0 0.90 0.44
HSL 63.28º 0.82% 0.31% -
HSV(B) 63.28º 0.9% 0.56% -
XYZ 19.74 24.53 4.11 -
YUV 125.32 65.18 134.91 -
System Red Green Blue C M Y K H S L
Decimal 135 142 14 0.05 0 0.90 0.44 63.28 0.82 0.31
Hex 87 8E E 5 0 5A 2C 3F 52 1F
Octal 207 216 16 5 0 132 54 77 122 37
Binary 10000111 10001110 1110 101 0 1011010 101100 111111 1010010 11111

Color Harmonies of #878E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E0E

Black with #878E0E

Text Example


Text Example

White with #878E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878E0E; }

 p { color: rgb(135,142,14); }

 H1.HeaderClassName
 {
   color: #878E0E;
 }
 .AnyTagClassName
 {
   color: #878E0E;
 }
</style>

background-color css

<style>
 a { background-color: #878E0E; }

 a { background-color: rgb(135,142,14); }

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

border-color css

<style>
 span { border-color: #878E0E; }

 span { border-color: rgb(135,142,14); }

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