#847f0a

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

Shades of Olive #847F0A

Tints of Olive #847F0A

Color information

#847F0A (or 0x847F0A) is unknown color: approx Olive. HEX triplet: 84, 7F and 0A. RGB value is (132,127,10). Sum of RGB (Red+Green+Blue) = 132+127+10=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #847F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F0A is #7B80F5. Grayscale: #737373. Windows color (decimal): -8093942 or 688004. OLE color: 688004.

HSL color Cylindrical-coordinate representation of color #847F0A: hue angle of 57.54º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #847F0A is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13212710-
CMYK00.040.920.48
HSL57.54º85.92%27.84%-
HSV(B)57.54º92.42%51.76%-
XYZ17.1620.113.26-
YUV115.1668.66140.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 127 (50% from 255) = 47.21%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=49.07%
G=47.21%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321271000.040.920.4857.5485.9227.84
Hex847FA045C303a561c
Octal2041771204134607212634
Binary100001001111111101001001011100110000111010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,127,10); }

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

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

 a { background-color: rgb(132,127,10); }

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

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

 span { border-color: rgb(132,127,10); }

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