#888706

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

Shades of Olive #888706

Tints of Olive #888706

Color information

#888706 (or 0x888706) is unknown color: approx Olive. HEX triplet: 88, 87 and 06. RGB value is (136,135,6). Sum of RGB (Red+Green+Blue) = 136+135+6=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #888706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888706 is #7778F9. Grayscale: #797979. Windows color (decimal): -7829754 or 427912. OLE color: 427912.

HSL color Cylindrical-coordinate representation of color #888706: hue angle of 59.54º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #888706 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1361356-
CMYK00.010.960.47
HSL59.54º91.55%27.84%-
HSV(B)59.54º95.59%53.33%-
XYZ18.8522.583.54-
YUV120.5963.33138.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 135 (53.12% from 255) = 48.74%
BLUE value IS 6 (2.73% from 255) = 2.17%
R=49.10%
G=48.74%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136135600.010.960.4759.5491.5527.84
Hex8887601602F3c5c1c
Octal210207601140577413434
Binary1000100010000111110011100000101111111100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888706; }

 p { color: rgb(136,135,6); }

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

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

 a { background-color: rgb(136,135,6); }

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

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

 span { border-color: rgb(136,135,6); }

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