#888207

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

Shades of Olive #888207

Tints of Olive #888207

Color information

#888207 (or 0x888207) is unknown color: approx Olive. HEX triplet: 88, 82 and 07. RGB value is (136,130,7). Sum of RGB (Red+Green+Blue) = 136+130+7=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #888207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888207 is #777DF8. Grayscale: #767676. Windows color (decimal): -7831033 or 492168. OLE color: 492168.

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

Color convert

RGB1361307-
CMYK00.040.950.47
HSL57.21º90.21%28.04%-
HSV(B)57.21º94.85%53.33%-
XYZ18.1721.213.34-
YUV117.7765.49141-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 7 (3.12% from 255) = 2.56%
R=49.82%
G=47.62%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136130700.040.950.4757.2190.2128.04
Hex88827045F2F395a1c
Octal210202704137577113234
Binary100010001000001011101001011111101111111001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888207; }

 p { color: rgb(136,130,7); }

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

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

 a { background-color: rgb(136,130,7); }

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

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

 span { border-color: rgb(136,130,7); }

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