#848312

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

Shades of Olive #848312

Tints of Olive #848312

Color information

#848312 (or 0x848312) is unknown color: approx Olive. HEX triplet: 84, 83 and 12. RGB value is (132,131,18). Sum of RGB (Red+Green+Blue) = 132+131+18=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #848312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848312 is #7B7CED. Grayscale: #767676. Windows color (decimal): -8092910 or 1213316. OLE color: 1213316.

HSL color Cylindrical-coordinate representation of color #848312: hue angle of 59.47º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #848312 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB13213118-
CMYK00.010.860.48
HSL59.47º76%29.41%-
HSV(B)59.47º86.36%51.76%-
XYZ17.7421.183.73-
YUV118.4271.33137.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 131 (51.56% from 255) = 46.62%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=46.98%
G=46.62%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321311800.010.860.4859.477629.41
Hex8483120156303b4c1d
Octal2042032201126607311435
Binary100001001000001110010011010110110000111011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848312; }

 p { color: rgb(132,131,18); }

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

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

 a { background-color: rgb(132,131,18); }

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

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

 span { border-color: rgb(132,131,18); }

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