#87750D

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

Shades of Olive #87750D

Tints of Olive #87750D

Color information

#87750D (or 0x87750D) is unknown color: approx Olive. HEX triplet: 87, 75 and 0D. RGB value is (135,117,13). Sum of RGB (Red+Green+Blue) = 135+117+13=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87750D is #788AF2. Grayscale: #6E6E6E. Windows color (decimal): -7899891 or 882055. OLE color: 882055.

HSL color Cylindrical-coordinate representation of color #87750D: hue angle of 51.15º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87750D is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13511713-
CMYK00.130.900.47
HSL51.15º82.43%29.02%-
HSV(B)51.15º90.37%52.94%-
XYZ16.4317.92.97-
YUV110.5372.96145.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=50.94%
G=44.15%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351171300.130.900.4751.1582.4329.02
Hex8775D0D5A2F33521d
Octal20716515015132576312235
Binary1000011111101011101011011011010101111110011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87750D; }

 p { color: rgb(135,117,13); }

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

<style>
 a { background-color: #87750D; }

 a { background-color: rgb(135,117,13); }

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

<style>
 span { border-color: #87750D; }

 span { border-color: rgb(135,117,13); }

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