#877B14

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

Shades of Olive #877B14

Tints of Olive #877B14

Color information

#877B14 (or 0x877B14) is unknown color: approx Olive. HEX triplet: 87, 7B and 14. RGB value is (135,123,20). Sum of RGB (Red+Green+Blue) = 135+123+20=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #877B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877B14 is #7884EB. Grayscale: #737373. Windows color (decimal): -7898348 or 1342343. OLE color: 1342343.

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

Color convert

RGB13512320-
CMYK00.090.850.47
HSL53.74º74.19%30.39%-
HSV(B)53.74º85.19%52.94%-
XYZ17.219.373.49-
YUV114.8574.48142.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 20 (8.20% from 255) = 7.19%
R=48.56%
G=44.24%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351232000.090.850.4753.7474.1930.39
Hex877B1409552F364a1e
Octal20717324011125576611236
Binary10000111111101110100010011010101101111110110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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