#829067

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

Shades of Highland #829067

Tints of Highland #829067

Color information

#829067 (or 0x829067) is unknown color: approx Highland. HEX triplet: 82, 90 and 67. RGB value is (130,144,103). Sum of RGB (Red+Green+Blue) = 130+144+103=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #829067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829067 is #7D6F98. Grayscale: #878787. Windows color (decimal): -8220569 or 6787202. OLE color: 6787202.

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

Color convert

RGB130144103-
CMYK0.1000.280.44
HSL80.49º16.6%48.43%-
HSV(B)80.49º28.47%56.47%-
XYZ21.6325.6716.65-
YUV135.14109.86124.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.48%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=34.48%
G=38.20%
B=27.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441030.1000.280.4480.4916.648.43
Hex829067A01C2C501130
Octal20222014712034541202160
Binary100000101001000011001111010011100101100101000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829067; }

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

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

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

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

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

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

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

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