#829063

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

Shades of Highland #829063

Tints of Highland #829063

Color information

#829063 (or 0x829063) is unknown color: approx Highland. HEX triplet: 82, 90 and 63. RGB value is (130,144,99). Sum of RGB (Red+Green+Blue) = 130+144+99=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #829063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829063 is #7D6F9C. Grayscale: #868686. Windows color (decimal): -8220573 or 6525058. OLE color: 6525058.

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

Color convert

RGB13014499-
CMYK0.1000.310.44
HSL78.67º18.52%47.65%-
HSV(B)78.67º31.25%56.47%-
XYZ21.4325.5915.61-
YUV134.68107.86124.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=34.85%
G=38.61%
B=26.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130144990.1000.310.4478.6718.5247.65
Hex829063A01F2C4f1330
Octal20222014312037541172360
Binary100000101001000011000111010011111101100100111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829063; }

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

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

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

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

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

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

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

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