Html Css Color HEX #829D75 Amulet

📋 copy color: '#829D75'

red 130 ◦ green 157 ◦ blue 117

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

Shades of Amulet #829D75

Tints of Amulet #829D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 32.18%
G = 38.86%
B = 28.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#829D75 (or 0x829D75) is known color: Amulet. HEX triplet: 82, 9D and 75. RGB value is (130,157,117). Sum of RGB (Red+Green+Blue) = 130+157+117=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #829D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829D75 is #7D628A. Grayscale: #909090. Windows color (decimal): -8217227 or 7708034. OLE color: 7708034.

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

Color convert

RGB 130 157 117 -
CMYK 0.17 0 0.25 0.38
HSL 100.5º 0.17% 0.54% -
HSV(B) 100.5º 0.25% 0.62% -
XYZ 24.47 30.14 21.36 -
YUV 144.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 130 157 117 0.17 0 0.25 0.38 100.5 0.17 0.54
Hex 82 9D 75 11 0 19 26 64 11 36
Octal 202 235 165 21 0 31 46 144 21 66
Binary 10000010 10011101 1110101 10001 0 11001 100110 1100100 10001 110110

Color Harmonies of #829D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829D75

Black with #829D75

Text Example


Text Example

White with #829D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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