#848702

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

Shades of Olive #848702

Tints of Olive #848702

Color information

#848702 (or 0x848702) is unknown color: approx Olive. HEX triplet: 84, 87 and 02. RGB value is (132,135,2). Sum of RGB (Red+Green+Blue) = 132+135+2=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #848702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848702 is #7B78FD. Grayscale: #777777. Windows color (decimal): -8091902 or 165764. OLE color: 165764.

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

Color convert

RGB1321352-
CMYK0.0200.990.47
HSL61.35º97.08%26.86%-
HSV(B)61.35º98.52%52.94%-
XYZ18.1922.243.39-
YUV118.9462.01137.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 2 (1.17% from 255) = 0.74%
R=49.07%
G=50.19%
B=0.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213520.0200.990.4761.3597.0826.86
Hex8487220632F3d611b
Octal204207220143577514133
Binary1000010010000111101001100011101111111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848702; }

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

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

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

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

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

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

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

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