#827806

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

Shades of Olive #827806

Tints of Olive #827806

Color information

#827806 (or 0x827806) is unknown color: approx Olive. HEX triplet: 82, 78 and 06. RGB value is (130,120,6). Sum of RGB (Red+Green+Blue) = 130+120+6=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #827806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827806 is #7D87F9. Grayscale: #6E6E6E. Windows color (decimal): -8226810 or 424066. OLE color: 424066.

HSL color Cylindrical-coordinate representation of color #827806: hue angle of 55.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #827806 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1301206-
CMYK00.080.950.49
HSL55.16º91.18%26.67%-
HSV(B)55.16º95.38%50.98%-
XYZ15.9618.192.84-
YUV109.9969.31142.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 120 (47.27% from 255) = 46.88%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=50.78%
G=46.88%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130120600.080.950.4955.1691.1826.67
Hex82786085F31375b1b
Octal2021706010137616713333
Binary100000101111000110010001011111110001110111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827806; }

 p { color: rgb(130,120,6); }

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

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

 a { background-color: rgb(130,120,6); }

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

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

 span { border-color: rgb(130,120,6); }

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