#829768

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

Shades of Highland #829768

Tints of Highland #829768

Color information

#829768 (or 0x829768) is unknown color: approx Highland. HEX triplet: 82, 97 and 68. RGB value is (130,151,104). Sum of RGB (Red+Green+Blue) = 130+151+104=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #829768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829768 is #7D6897. Grayscale: #8B8B8B. Windows color (decimal): -8218776 or 6854530. OLE color: 6854530.

HSL color Cylindrical-coordinate representation of color #829768: hue angle of 86.81º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #829768 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB130151104-
CMYK0.1400.310.41
HSL86.81º18.43%50%-
HSV(B)86.81º31.13%59.22%-
XYZ22.7727.8817.28-
YUV139.36108.04121.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.77%
GREEN value IS 151 (59.38% from 255) = 39.22%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=33.77%
G=39.22%
B=27.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301511040.1400.310.4186.8118.4350
Hex829768E01F29571232
Octal20222715016037511272262
Binary100000101001011111010001110011111101001101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829768; }

 p { color: rgb(130,151,104); }

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

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

 a { background-color: rgb(130,151,104); }

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

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

 span { border-color: rgb(130,151,104); }

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