#827D69

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

Shades of Olive Haze #827D69

Tints of Olive Haze #827D69

Color information

#827D69 (or 0x827D69) is unknown color: approx Olive Haze. HEX triplet: 82, 7D and 69. RGB value is (130,125,105). Sum of RGB (Red+Green+Blue) = 130+125+105=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #827D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D69 is #7D8296. Grayscale: #7C7C7C. Windows color (decimal): -8225431 or 6913410. OLE color: 6913410.

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

Color convert

RGB130125105-
CMYK00.040.190.49
HSL48º10.64%46.08%-
HSV(B)48º19.23%50.98%-
XYZ19.0920.4316.3-
YUV124.22117.16132.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 125 (49.22% from 255) = 34.72%
BLUE value IS 105 (41.41% from 255) = 29.17%
R=36.11%
G=34.72%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012510500.040.190.494810.6446.08
Hex827D6904133130b2e
Octal202175151042361601356
Binary10000010111110111010010100100111100011100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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