#847C01

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

Shades of Olive #847C01

Tints of Olive #847C01

Color information

#847C01 (or 0x847C01) is unknown color: approx Olive. HEX triplet: 84, 7C and 01. RGB value is (132,124,1). Sum of RGB (Red+Green+Blue) = 132+124+1=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #847C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847C01 is #7B83FE. Grayscale: #707070. Windows color (decimal): -8094719 or 97412. OLE color: 97412.

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

Color convert

RGB1321241-
CMYK00.060.990.48
HSL56.34º98.5%26.08%-
HSV(B)56.34º99.24%51.76%-
XYZ16.7319.322.88-
YUV112.3765.15142-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=51.36%
G=48.25%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132124100.060.990.4856.3498.526.08
Hex847C106633038621a
Octal204174106143607014232
Binary100001001111100101101100011110000111000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,124,1); }

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

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

 a { background-color: rgb(132,124,1); }

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

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

 span { border-color: rgb(132,124,1); }

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