Html Css Color HEX #829B6D Highland

📋 copy color: '#829B6D'

red 130 ◦ green 155 ◦ blue 109

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

Shades of Highland #829B6D

Tints of Highland #829B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.34%

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 32.99%
G = 39.34%
B = 27.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#829B6D (or 0x829B6D) is known color: Highland. HEX triplet: 82, 9B and 6D. RGB value is (130,155,109). Sum of RGB (Red+Green+Blue) = 130+155+109=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #829B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829B6D is #7D6492. Grayscale: #8E8E8E. Windows color (decimal): -8217747 or 7183234. OLE color: 7183234.

HSL color Cylindrical-coordinate representation of color #829B6D: hue angle of 92.61º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829B6D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 155 109 -
CMYK 0.16 0 0.30 0.39
HSL 92.61º 0.19% 0.52% -
HSV(B) 92.61º 0.3% 0.61% -
XYZ 23.69 29.29 18.87 -
YUV 142.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 130 155 109 0.16 0 0.30 0.39 92.61 0.19 0.52
Hex 82 9B 6D 10 0 1E 27 5D 13 34
Octal 202 233 155 20 0 36 47 135 23 64
Binary 10000010 10011011 1101101 10000 0 11110 100111 1011101 10011 110100

Color Harmonies of #829B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B6D

Black with #829B6D

Text Example


Text Example

White with #829B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829B6D; }

 p { color: rgb(130,155,109); }

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

background-color css

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

 a { background-color: rgb(130,155,109); }

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

border-color css

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

 span { border-color: rgb(130,155,109); }

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