#848609

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

Shades of Olive #848609

Tints of Olive #848609

Color information

#848609 (or 0x848609) is unknown color: approx Olive. HEX triplet: 84, 86 and 09. RGB value is (132,134,9). Sum of RGB (Red+Green+Blue) = 132+134+9=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #848609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848609 is #7B79F6. Grayscale: #777777. Windows color (decimal): -8092151 or 624260. OLE color: 624260.

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

Color convert

RGB1321349-
CMYK0.0100.930.47
HSL60.96º87.41%28.04%-
HSV(B)60.96º93.28%52.55%-
XYZ18.0921.983.55-
YUV119.1565.84137.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 134 (52.73% from 255) = 48.73%
BLUE value IS 9 (3.91% from 255) = 3.27%
R=48%
G=48.73%
B=3.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13213490.0100.930.4760.9687.4128.04
Hex84869105D2F3d571c
Octal2042061110135577512734
Binary10000100100001101001101011101101111111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848609; }

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

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

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

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

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

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

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

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