#847406

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

Shades of Olive #847406

Tints of Olive #847406

Color information

#847406 (or 0x847406) is unknown color: approx Olive. HEX triplet: 84, 74 and 06. RGB value is (132,116,6). Sum of RGB (Red+Green+Blue) = 132+116+6=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #847406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847406 is #7B8BF9. Grayscale: #6C6C6C. Windows color (decimal): -8096762 or 423044. OLE color: 423044.

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

Color convert

RGB1321166-
CMYK00.120.950.48
HSL52.38º91.3%27.06%-
HSV(B)52.38º95.45%51.76%-
XYZ15.7917.412.7-
YUV108.2470.3144.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.97%
GREEN value IS 116 (45.70% from 255) = 45.67%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=51.97%
G=45.67%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132116600.120.950.4852.3891.327.06
Hex847460C5F30345b1b
Octal2041646014137606413333
Binary100001001110100110011001011111110000110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847406; }

 p { color: rgb(132,116,6); }

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

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

 a { background-color: rgb(132,116,6); }

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

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

 span { border-color: rgb(132,116,6); }

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