#848104

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

Shades of Olive #848104

Tints of Olive #848104

Color information

#848104 (or 0x848104) is unknown color: approx Olive. HEX triplet: 84, 81 and 04. RGB value is (132,129,4). Sum of RGB (Red+Green+Blue) = 132+129+4=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #848104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848104 is #7B7EFB. Grayscale: #747474. Windows color (decimal): -8093436 or 295300. OLE color: 295300.

HSL color Cylindrical-coordinate representation of color #848104: hue angle of 58.59º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #848104 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB1321294-
CMYK00.020.970.48
HSL58.59º94.12%26.67%-
HSV(B)58.59º96.97%51.76%-
XYZ17.3920.613.18-
YUV115.6564.99139.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 129 (50.78% from 255) = 48.68%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=49.81%
G=48.68%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132129400.020.970.4858.5994.1226.67
Hex848140261303b5e1b
Octal204201402141607313633
Binary10000100100000011000101100001110000111011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848104; }

 p { color: rgb(132,129,4); }

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

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

 a { background-color: rgb(132,129,4); }

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

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

 span { border-color: rgb(132,129,4); }

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