#849F00

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

Shades of Olive #849F00

Tints of Olive #849F00

Color information

#849F00 (or 0x849F00) is unknown color: approx Olive. HEX triplet: 84, 9F and 00. RGB value is (132,159,0). Sum of RGB (Red+Green+Blue) = 132+159+0=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #849F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F00 is #7B60FF. Grayscale: #858585. Windows color (decimal): -8085760 or 40836. OLE color: 40836.

HSL color Cylindrical-coordinate representation of color #849F00: hue angle of 70.19º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #849F00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1321590-
CMYK0.17010.38
HSL70.19º100%31.18%-
HSV(B)70.19º100%62.35%-
XYZ21.9129.74.58-
YUV132.853.05127.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.36%
G=54.64%
B=0%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13215900.17010.3870.1910031.18
Hex849F0110642646641f
Octal20423702101444610614437
Binary1000010010011111010001011001001001101000110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849F00; }

 p { color: rgb(132,159,0); }

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

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

 a { background-color: rgb(132,159,0); }

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

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

 span { border-color: rgb(132,159,0); }

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