#847F00

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

Shades of Olive #847F00

Tints of Olive #847F00

Color information

#847F00 (or 0x847F00) is unknown color: approx Olive. HEX triplet: 84, 7F and 00. RGB value is (132,127,0). Sum of RGB (Red+Green+Blue) = 132+127+0=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #847F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F00 is #7B80FF. Grayscale: #727272. Windows color (decimal): -8093952 or 32644. OLE color: 32644.

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

Color convert

RGB1321270-
CMYK00.0410.48
HSL57.73º100%25.88%-
HSV(B)57.73º100%51.76%-
XYZ17.1120.082.98-
YUV114.0263.66140.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.97%
G=49.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132127000.0410.4857.7310025.88
Hex847F00464303a641a
Octal204177004144607214432
Binary100001001111111001001100100110000111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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