Html Css Color HEX #829C6D Highland

📋 copy color: '#829C6D'

red 130 ◦ green 156 ◦ blue 109

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

Shades of Highland #829C6D

Tints of Highland #829C6D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

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

R = 32.91%
G = 39.49%
B = 27.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#829C6D (or 0x829C6D) is known color: Highland. HEX triplet: 82, 9C and 6D. RGB value is (130,156,109). Sum of RGB (Red+Green+Blue) = 130+156+109=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #829C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829C6D is #7D6392. Grayscale: #8F8F8F. Windows color (decimal): -8217491 or 7183490. OLE color: 7183490.

HSL color Cylindrical-coordinate representation of color #829C6D: hue angle of 93.19º 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 #829C6D is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 109 -
CMYK 0.17 0 0.30 0.39
HSL 93.19º 0.19% 0.52% -
HSV(B) 93.19º 0.3% 0.61% -
XYZ 23.85 29.63 18.93 -
YUV 142.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 130 156 109 0.17 0 0.30 0.39 93.19 0.19 0.52
Hex 82 9C 6D 11 0 1E 27 5D 13 34
Octal 202 234 155 21 0 36 47 135 23 64
Binary 10000010 10011100 1101101 10001 0 11110 100111 1011101 10011 110100

Color Harmonies of #829C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C6D

Black with #829C6D

Text Example


Text Example

White with #829C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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