#887A06

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

Shades of Olive #887A06

Tints of Olive #887A06

Color information

#887A06 (or 0x887A06) is unknown color: approx Olive. HEX triplet: 88, 7A and 06. RGB value is (136,122,6). Sum of RGB (Red+Green+Blue) = 136+122+6=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #887A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A06 is #7785F9. Grayscale: #717171. Windows color (decimal): -7833082 or 424584. OLE color: 424584.

HSL color Cylindrical-coordinate representation of color #887A06: hue angle of 53.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 #887A06 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1361226-
CMYK00.100.960.47
HSL53.54º91.55%27.84%-
HSV(B)53.54º95.59%53.33%-
XYZ17.1519.172.97-
YUV112.9667.64144.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=51.52%
G=46.21%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136122600.100.960.4753.5491.5527.84
Hex887A60A602F365c1c
Octal2101726012140576613434
Binary100010001111010110010101100000101111110110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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