#848009

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

Shades of Olive #848009

Tints of Olive #848009

Color information

#848009 (or 0x848009) is unknown color: approx Olive. HEX triplet: 84, 80 and 09. RGB value is (132,128,9). Sum of RGB (Red+Green+Blue) = 132+128+9=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #848009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848009 is #7B7FF6. Grayscale: #747474. Windows color (decimal): -8093687 or 622724. OLE color: 622724.

HSL color Cylindrical-coordinate representation of color #848009: hue angle of 58.05º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #848009 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1321289-
CMYK00.030.930.48
HSL58.05º87.23%27.65%-
HSV(B)58.05º93.18%51.76%-
XYZ17.2820.363.28-
YUV115.6367.83139.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=49.07%
G=47.58%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132128900.030.930.4858.0587.2327.65
Hex84809035D303a571c
Octal2042001103135607212734
Binary100001001000000010010111011101110000111010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848009; }

 p { color: rgb(132,128,9); }

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

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

 a { background-color: rgb(132,128,9); }

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

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

 span { border-color: rgb(132,128,9); }

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