#829759

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

Shades of Highland #829759

Tints of Highland #829759

Color information

#829759 (or 0x829759) is unknown color: approx Highland. HEX triplet: 82, 97 and 59. RGB value is (130,151,89). Sum of RGB (Red+Green+Blue) = 130+151+89=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #829759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829759 is #7D68A6. Grayscale: #898989. Windows color (decimal): -8218791 or 5871490. OLE color: 5871490.

HSL color Cylindrical-coordinate representation of color #829759: hue angle of 80.32º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #829759 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB13015189-
CMYK0.1400.410.41
HSL80.32º25.83%47.06%-
HSV(B)80.32º41.06%59.22%-
XYZ22.0827.613.62-
YUV137.65100.54122.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 89 (35.16% from 255) = 24.05%
R=35.14%
G=40.81%
B=24.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151890.1400.410.4180.3225.8347.06
Hex829759E02929501a2f
Octal20222713116051511203257
Binary1000001010010111101100111100101001101001101000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829759; }

 p { color: rgb(130,151,89); }

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

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

 a { background-color: rgb(130,151,89); }

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

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

 span { border-color: rgb(130,151,89); }

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