#887D02

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

Shades of Olive #887D02

Tints of Olive #887D02

Color information

#887D02 (or 0x887D02) is unknown color: approx Olive. HEX triplet: 88, 7D and 02. RGB value is (136,125,2). Sum of RGB (Red+Green+Blue) = 136+125+2=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #887D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887D02 is #7782FD. Grayscale: #727272. Windows color (decimal): -7832318 or 163208. OLE color: 163208.

HSL color Cylindrical-coordinate representation of color #887D02: hue angle of 55.07º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #887D02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1361252-
CMYK00.080.990.47
HSL55.07º97.1%27.06%-
HSV(B)55.07º98.53%53.33%-
XYZ17.519.912.98-
YUV114.2764.64143.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.71%
GREEN value IS 125 (49.22% from 255) = 47.53%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=51.71%
G=47.53%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136125200.080.990.4755.0797.127.06
Hex887D208632F37611b
Octal2101752010143576714133
Binary10001000111110110010001100011101111110111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887D02; }

 p { color: rgb(136,125,2); }

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

<style>
 a { background-color: #887D02; }

 a { background-color: rgb(136,125,2); }

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

<style>
 span { border-color: #887D02; }

 span { border-color: rgb(136,125,2); }

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