#847F02

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

Shades of Olive #847F02

Tints of Olive #847F02

Color information

#847F02 (or 0x847F02) is unknown color: approx Olive. HEX triplet: 84, 7F and 02. RGB value is (132,127,2). Sum of RGB (Red+Green+Blue) = 132+127+2=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #847F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847F02 is #7B80FD. Grayscale: #727272. Windows color (decimal): -8093950 or 163716. OLE color: 163716.

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

Color convert

RGB1321272-
CMYK00.040.980.48
HSL57.69º97.01%26.27%-
HSV(B)57.69º98.48%51.76%-
XYZ17.1220.093.03-
YUV114.2464.66140.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.57%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=50.57%
G=48.66%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132127200.040.980.4857.6997.0126.27
Hex847F20462303a611a
Octal204177204142607214132
Binary1000010011111111001001100010110000111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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