Html Css Color HEX #829660 Highland

📋 copy color: '#829660'

red 130 ◦ green 150 ◦ blue 96

#829660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #829660

Tints of Highland #829660

RGB

 RED value IS 130 (51.17% from 255) = 34.57%

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 96 (37.89% from 255) = 25.53%

R = 34.57%
G = 39.89%
B = 25.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#829660 (or 0x829660) is known color: Highland. HEX triplet: 82, 96 and 60. RGB value is (130,150,96). Sum of RGB (Red+Green+Blue) = 130+150+96=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #829660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829660 is #7D699F. Grayscale: #8A8A8A. Windows color (decimal): -8219040 or 6329986. OLE color: 6329986.

HSL color Cylindrical-coordinate representation of color #829660: hue angle of 82.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829660 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 96 -
CMYK 0.13 0 0.36 0.41
HSL 82.22º 0.22% 0.48% -
HSV(B) 82.22º 0.36% 0.59% -
XYZ 22.22 27.4 15.18 -
YUV 137.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 130 150 96 0.13 0 0.36 0.41 82.22 0.22 0.48
Hex 82 96 60 D 0 24 29 52 16 30
Octal 202 226 140 15 0 44 51 122 26 60
Binary 10000010 10010110 1100000 1101 0 100100 101001 1010010 10110 110000

Color Harmonies of #829660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829660

Black with #829660

Text Example


Text Example

White with #829660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829660; }

 p { color: rgb(130,150,96); }

 H1.HeaderClassName
 {
   color: #829660;
 }
 .AnyTagClassName
 {
   color: #829660;
 }
</style>

background-color css

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

 a { background-color: rgb(130,150,96); }

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

border-color css

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

 span { border-color: rgb(130,150,96); }

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