#847E10

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

Shades of Olive #847E10

Tints of Olive #847E10

Color information

#847E10 (or 0x847E10) is unknown color: approx Olive. HEX triplet: 84, 7E and 10. RGB value is (132,126,16). Sum of RGB (Red+Green+Blue) = 132+126+16=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #847E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847E10 is #7B81EF. Grayscale: #737373. Windows color (decimal): -8094192 or 1080964. OLE color: 1080964.

HSL color Cylindrical-coordinate representation of color #847E10: hue angle of 56.9º 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 #847E10 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB13212616-
CMYK00.050.880.48
HSL56.9º78.38%29.02%-
HSV(B)56.9º87.88%51.76%-
XYZ17.0719.863.42-
YUV115.2571.99139.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=48.18%
G=45.99%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321261600.050.880.4856.978.3829.02
Hex847E10055830394e1d
Octal2041762005130607111635
Binary1000010011111101000001011011000110000111001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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