#887E08

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

Shades of Olive #887E08

Tints of Olive #887E08

Color information

#887E08 (or 0x887E08) is unknown color: approx Olive. HEX triplet: 88, 7E and 08. RGB value is (136,126,8). Sum of RGB (Red+Green+Blue) = 136+126+8=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #887E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887E08 is #7781F7. Grayscale: #747474. Windows color (decimal): -7832056 or 556680. OLE color: 556680.

HSL color Cylindrical-coordinate representation of color #887E08: hue angle of 55.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #887E08 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1361268-
CMYK00.070.940.47
HSL55.31º88.89%28.24%-
HSV(B)55.31º94.12%53.33%-
XYZ17.6620.173.19-
YUV115.5467.31142.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 126 (49.61% from 255) = 46.67%
BLUE value IS 8 (3.52% from 255) = 2.96%
R=50.37%
G=46.67%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136126800.070.940.4755.3188.8928.24
Hex887E8075E2F37591c
Octal2101761007136576713134
Binary100010001111110100001111011110101111110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,126,8); }

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

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

 a { background-color: rgb(136,126,8); }

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

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

 span { border-color: rgb(136,126,8); }

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