#847F10

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

Shades of Olive #847F10

Tints of Olive #847F10

Color information

#847F10 (or 0x847F10) is unknown color: approx Olive. HEX triplet: 84, 7F and 10. RGB value is (132,127,16). Sum of RGB (Red+Green+Blue) = 132+127+16=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #847F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F10 is #7B80EF. Grayscale: #747474. Windows color (decimal): -8093936 or 1081220. OLE color: 1081220.

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

Color convert

RGB13212716-
CMYK00.040.880.48
HSL57.41º78.38%29.02%-
HSV(B)57.41º87.88%51.76%-
XYZ17.220.123.47-
YUV115.8471.66139.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 127 (50% from 255) = 46.18%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=48%
G=46.18%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321271600.040.880.4857.4178.3829.02
Hex847F10045830394e1d
Octal2041772004130607111635
Binary1000010011111111000001001011000110000111001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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