Html Css Color HEX #829D68 Highland

📋 copy color: '#829D68'

red 130 ◦ green 157 ◦ blue 104

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

Shades of Highland #829D68

Tints of Highland #829D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

 BLUE value IS 104 (41.02% from 255) = 26.6%

R = 33.25%
G = 40.15%
B = 26.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#829D68 (or 0x829D68) is known color: Highland. HEX triplet: 82, 9D and 68. RGB value is (130,157,104). Sum of RGB (Red+Green+Blue) = 130+157+104=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #829D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D68 is #7D6297. Grayscale: #8F8F8F. Windows color (decimal): -8217240 or 6856066. OLE color: 6856066.

HSL color Cylindrical-coordinate representation of color #829D68: hue angle of 90.57º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #829D68 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 157 104 -
CMYK 0.17 0 0.34 0.38
HSL 90.57º 0.21% 0.51% -
HSV(B) 90.57º 0.34% 0.62% -
XYZ 23.76 29.86 17.61 -
YUV 142.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 130 157 104 0.17 0 0.34 0.38 90.57 0.21 0.51
Hex 82 9D 68 11 0 22 26 5B 15 33
Octal 202 235 150 21 0 42 46 133 25 63
Binary 10000010 10011101 1101000 10001 0 100010 100110 1011011 10101 110011

Color Harmonies of #829D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D68

Black with #829D68

Text Example


Text Example

White with #829D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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