#827D62

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

Shades of Olive Haze #827D62

Tints of Olive Haze #827D62

Color information

#827D62 (or 0x827D62) is unknown color: approx Olive Haze. HEX triplet: 82, 7D and 62. RGB value is (130,125,98). Sum of RGB (Red+Green+Blue) = 130+125+98=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #827D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D62 is #7D829D. Grayscale: #7B7B7B. Windows color (decimal): -8225438 or 6454658. OLE color: 6454658.

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

Color convert

RGB13012598-
CMYK00.040.250.49
HSL50.62º14.04%44.71%-
HSV(B)50.62º24.62%50.98%-
XYZ18.7420.2914.48-
YUV123.42113.66132.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 125 (49.22% from 255) = 35.41%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=36.83%
G=35.41%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301259800.040.250.4950.6214.0444.71
Hex827D6204193133e2d
Octal202175142043161631655
Binary10000010111110111000100100110011100011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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