#887F02

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

Shades of Olive #887F02

Tints of Olive #887F02

Color information

#887F02 (or 0x887F02) is unknown color: approx Olive. HEX triplet: 88, 7F and 02. RGB value is (136,127,2). Sum of RGB (Red+Green+Blue) = 136+127+2=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #887F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F02 is #7780FD. Grayscale: #737373. Windows color (decimal): -7831806 or 163720. OLE color: 163720.

HSL color Cylindrical-coordinate representation of color #887F02: hue angle of 55.97º 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 #887F02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1361272-
CMYK00.070.990.47
HSL55.97º97.1%27.06%-
HSV(B)55.97º98.53%53.33%-
XYZ17.7520.423.06-
YUV115.4463.98142.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 127 (50% from 255) = 47.92%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=51.32%
G=47.92%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136127200.070.990.4755.9797.127.06
Hex887F207632F38611b
Octal210177207143577014133
Binary1000100011111111001111100011101111111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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