#847A05

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

Shades of Olive #847A05

Tints of Olive #847A05

Color information

#847A05 (or 0x847A05) is unknown color: approx Olive. HEX triplet: 84, 7A and 05. RGB value is (132,122,5). Sum of RGB (Red+Green+Blue) = 132+122+5=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #847A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847A05 is #7B85FA. Grayscale: #707070. Windows color (decimal): -8095227 or 359044. OLE color: 359044.

HSL color Cylindrical-coordinate representation of color #847A05: hue angle of 55.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #847A05 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB1321225-
CMYK00.080.960.48
HSL55.28º92.7%26.86%-
HSV(B)55.28º96.21%51.76%-
XYZ16.518.842.91-
YUV111.6567.81142.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 122 (48.05% from 255) = 47.10%
BLUE value IS 5 (2.34% from 255) = 1.93%
R=50.97%
G=47.10%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132122500.080.960.4855.2892.726.86
Hex847A5086030375d1b
Octal2041725010140606713533
Binary100001001111010101010001100000110000110111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847A05; }

 p { color: rgb(132,122,5); }

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

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

 a { background-color: rgb(132,122,5); }

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

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

 span { border-color: rgb(132,122,5); }

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