#829670

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

Shades of Highland #829670

Tints of Highland #829670

Color information

#829670 (or 0x829670) is unknown color: approx Highland. HEX triplet: 82, 96 and 70. RGB value is (130,150,112). Sum of RGB (Red+Green+Blue) = 130+150+112=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #829670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829670 is #7D698F. Grayscale: #8B8B8B. Windows color (decimal): -8219024 or 7378562. OLE color: 7378562.

HSL color Cylindrical-coordinate representation of color #829670: hue angle of 91.58º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829670 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB130150112-
CMYK0.1300.250.41
HSL91.58º15.32%51.37%-
HSV(B)91.58º25.33%58.82%-
XYZ23.0427.7319.47-
YUV139.69112.37121.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 112 (44.14% from 255) = 28.57%
R=33.16%
G=38.27%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501120.1300.250.4191.5815.3251.37
Hex829670D019295cf33
Octal20222616015031511341763
Binary10000010100101101110000110101100110100110111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829670; }

 p { color: rgb(130,150,112); }

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

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

 a { background-color: rgb(130,150,112); }

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

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

 span { border-color: rgb(130,150,112); }

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