#84870F

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

Shades of Olive #84870F

Tints of Olive #84870F

Color information

#84870F (or 0x84870F) is unknown color: approx Olive. HEX triplet: 84, 87 and 0F. RGB value is (132,135,15). Sum of RGB (Red+Green+Blue) = 132+135+15=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 135 (53.12% from 255 or 47.87% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 135 - color contains mainly: green. Hex color #84870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84870F is #7B78F0. Grayscale: #787878. Windows color (decimal): -8091889 or 1017732. OLE color: 1017732.

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

Color convert

RGB13213515-
CMYK0.0200.890.47
HSL61.5º80%29.41%-
HSV(B)61.5º88.89%52.94%-
XYZ18.2722.273.79-
YUV120.4268.51136.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 135 (53.12% from 255) = 47.87%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=46.81%
G=47.87%
B=5.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135150.0200.890.4761.58029.41
Hex8487F20592F3e501d
Octal2042071720131577612035
Binary100001001000011111111001011001101111111110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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