#829066

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

Shades of Highland #829066

Tints of Highland #829066

Color information

#829066 (or 0x829066) is unknown color: approx Highland. HEX triplet: 82, 90 and 66. RGB value is (130,144,102). Sum of RGB (Red+Green+Blue) = 130+144+102=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #829066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829066 is #7D6F99. Grayscale: #878787. Windows color (decimal): -8220570 or 6721666. OLE color: 6721666.

HSL color Cylindrical-coordinate representation of color #829066: hue angle of 80º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #829066 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB130144102-
CMYK0.1000.290.44
HSL80º17.07%48.24%-
HSV(B)80º29.17%56.47%-
XYZ21.5825.6516.38-
YUV135.03109.36124.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 144 (56.64% from 255) = 38.30%
BLUE value IS 102 (40.23% from 255) = 27.13%
R=34.57%
G=38.30%
B=27.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441020.1000.290.448017.0748.24
Hex829066A01D2C501130
Octal20222014612035541202160
Binary100000101001000011001101010011101101100101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829066; }

 p { color: rgb(130,144,102); }

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

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

 a { background-color: rgb(130,144,102); }

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

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

 span { border-color: rgb(130,144,102); }

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