#849605

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

Shades of Olive #849605

Tints of Olive #849605

Color information

#849605 (or 0x849605) is unknown color: approx Olive. HEX triplet: 84, 96 and 05. RGB value is (132,150,5). Sum of RGB (Red+Green+Blue) = 132+150+5=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #849605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849605 is #7B69FA. Grayscale: #808080. Windows color (decimal): -8088059 or 366212. OLE color: 366212.

HSL color Cylindrical-coordinate representation of color #849605: hue angle of 67.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #849605 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1321505-
CMYK0.1200.970.41
HSL67.45º93.55%30.39%-
HSV(B)67.45º96.67%58.82%-
XYZ20.4526.734.23-
YUV128.0958.54130.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=45.99%
G=52.26%
B=1.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13215050.1200.970.4167.4593.5530.39
Hex84965C06129435e1e
Octal20422651401415110313636
Binary10000100100101101011100011000011010011000011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849605; }

 p { color: rgb(132,150,5); }

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

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

 a { background-color: rgb(132,150,5); }

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

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

 span { border-color: rgb(132,150,5); }

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