#847601

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

Shades of Olive #847601

Tints of Olive #847601

Color information

#847601 (or 0x847601) is unknown color: approx Olive. HEX triplet: 84, 76 and 01. RGB value is (132,118,1). Sum of RGB (Red+Green+Blue) = 132+118+1=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #847601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #847601 is #7B89FE. Grayscale: #6D6D6D. Windows color (decimal): -8096255 or 95876. OLE color: 95876.

HSL color Cylindrical-coordinate representation of color #847601: hue angle of 53.59º 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 #847601 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB1321181-
CMYK00.110.990.48
HSL53.59º98.5%26.08%-
HSV(B)53.59º99.24%51.76%-
XYZ1617.862.63-
YUV108.8567.14144.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=52.59%
G=47.01%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132118100.110.990.4853.5998.526.08
Hex847610B633036621a
Octal2041661013143606614232
Binary1000010011101101010111100011110000110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847601; }

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

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

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

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

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

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

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

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