#88830C

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

Shades of Olive #88830C

Tints of Olive #88830C

Color information

#88830C (or 0x88830C) is unknown color: approx Olive. HEX triplet: 88, 83 and 0C. RGB value is (136,131,12). Sum of RGB (Red+Green+Blue) = 136+131+12=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88830C is #777CF3. Grayscale: #777777. Windows color (decimal): -7830772 or 820104. OLE color: 820104.

HSL color Cylindrical-coordinate representation of color #88830C: hue angle of 57.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88830C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13613112-
CMYK00.040.910.47
HSL57.58º83.78%29.02%-
HSV(B)57.58º91.18%53.33%-
XYZ18.3421.493.53-
YUV118.9367.66140.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=48.75%
G=46.95%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361311200.040.910.4757.5883.7829.02
Hex8883C045B2F3a541d
Octal2102031404133577212435
Binary1000100010000011110001001011011101111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88830C; }

 p { color: rgb(136,131,12); }

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

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

 a { background-color: rgb(136,131,12); }

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

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

 span { border-color: rgb(136,131,12); }

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