#848710

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

Shades of Olive #848710

Tints of Olive #848710

Color information

#848710 (or 0x848710) is unknown color: approx Olive. HEX triplet: 84, 87 and 10. RGB value is (132,135,16). Sum of RGB (Red+Green+Blue) = 132+135+16=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #848710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848710 is #7B78EF. Grayscale: #797979. Windows color (decimal): -8091888 or 1083268. OLE color: 1083268.

HSL color Cylindrical-coordinate representation of color #848710: hue angle of 61.51º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #848710 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13213516-
CMYK0.0200.880.47
HSL61.51º78.81%29.61%-
HSV(B)61.51º88.15%52.94%-
XYZ18.2722.273.83-
YUV120.5469.01136.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.64%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=46.64%
G=47.70%
B=5.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135160.0200.880.4761.5178.8129.61
Hex84871020582F3e4f1e
Octal2042072020130577611736
Binary1000010010000111100001001011000101111111110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848710; }

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

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

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

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

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

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

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

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