#829062

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

Shades of Highland #829062

Tints of Highland #829062

Color information

#829062 (or 0x829062) is unknown color: approx Highland. HEX triplet: 82, 90 and 62. RGB value is (130,144,98). Sum of RGB (Red+Green+Blue) = 130+144+98=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #829062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829062 is #7D6F9D. Grayscale: #868686. Windows color (decimal): -8220574 or 6459522. OLE color: 6459522.

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

Color convert

RGB13014498-
CMYK0.1000.320.44
HSL78.26º19.01%47.45%-
HSV(B)78.26º31.94%56.47%-
XYZ21.3825.5715.36-
YUV134.57107.36124.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=34.95%
G=38.71%
B=26.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144980.1000.320.4478.2619.0147.45
Hex829062A0202C4e132f
Octal20222014212040541162357
Binary1000001010010000110001010100100000101100100111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829062; }

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

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

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

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

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

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

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

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