#84880F

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

Shades of Olive #84880F

Tints of Olive #84880F

Color information

#84880F (or 0x84880F) is unknown color: approx Olive. HEX triplet: 84, 88 and 0F. RGB value is (132,136,15). Sum of RGB (Red+Green+Blue) = 132+136+15=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #84880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84880F is #7B77F0. Grayscale: #797979. Windows color (decimal): -8091633 or 1017988. OLE color: 1017988.

HSL color Cylindrical-coordinate representation of color #84880F: hue angle of 61.98º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84880F is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13213615-
CMYK0.0300.890.47
HSL61.98º80.13%29.61%-
HSV(B)61.98º88.97%53.33%-
XYZ18.4122.553.83-
YUV121.0168.17135.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 136 (53.52% from 255) = 48.06%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=46.64%
G=48.06%
B=5.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132136150.0300.890.4761.9880.1329.61
Hex8488F30592F3e501e
Octal2042101730131577612036
Binary100001001000100011111101011001101111111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84880F; }

 p { color: rgb(132,136,15); }

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

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

 a { background-color: rgb(132,136,15); }

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

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

 span { border-color: rgb(132,136,15); }

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