#827D64

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

Shades of Olive Haze #827D64

Tints of Olive Haze #827D64

Color information

#827D64 (or 0x827D64) is unknown color: approx Olive Haze. HEX triplet: 82, 7D and 64. RGB value is (130,125,100). Sum of RGB (Red+Green+Blue) = 130+125+100=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #827D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D64 is #7D829B. Grayscale: #7B7B7B. Windows color (decimal): -8225436 or 6585730. OLE color: 6585730.

HSL color Cylindrical-coordinate representation of color #827D64: hue angle of 50º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827D64 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB130125100-
CMYK00.040.230.49
HSL50º13.04%45.1%-
HSV(B)50º23.08%50.98%-
XYZ18.8420.3314.99-
YUV123.65114.66132.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=36.62%
G=35.21%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012510000.040.230.495013.0445.1
Hex827D6404173132d2d
Octal202175144042761621555
Binary10000010111110111001000100101111100011100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827D64; }

 p { color: rgb(130,125,100); }

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

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

 a { background-color: rgb(130,125,100); }

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

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

 span { border-color: rgb(130,125,100); }

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