#867E14

Color #867E14 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #867E14

Tints of Olive #867E14

Color information

#867E14 (or 0x867E14) is unknown color: approx Olive. HEX triplet: 86, 7E and 14. RGB value is (134,126,20). Sum of RGB (Red+Green+Blue) = 134+126+20=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #867E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E14 is #7981EB. Grayscale: #747474. Windows color (decimal): -7963116 or 1343110. OLE color: 1343110.

HSL color Cylindrical-coordinate representation of color #867E14: hue angle of 55.79º 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 #867E14 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13412620-
CMYK00.060.850.47
HSL55.79º74.03%30.2%-
HSV(B)55.79º85.07%52.55%-
XYZ17.4220.043.61-
YUV116.3173.65140.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 20 (8.20% from 255) = 7.14%
R=47.86%
G=45%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341262000.060.850.4755.7974.0330.2
Hex867E1406552F384a1e
Octal2061762406125577011236
Binary1000011011111101010001101010101101111111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867E14; }

 p { color: rgb(134,126,20); }

 H1.HeaderClassName
 {
   color: #867E14;
 }
 .AnyTagClassName
 {
   color: #867E14;
 }
</style>
background-color css

<style>
 a { background-color: #867E14; }

 a { background-color: rgb(134,126,20); }

 div.DivClassName
 {
   background-color: #867E14;
 }
 .BgClassName
 {
   background-color: #867E14;
 }
</style>
border-color css

<style>
 span { border-color: #867E14; }

 span { border-color: rgb(134,126,20); }

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