Html Css Color HEX #829F70 Amulet

📋 copy color: '#829F70'

red 130 ◦ green 159 ◦ blue 112

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

Shades of Amulet #829F70

Tints of Amulet #829F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.65%

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 32.42%
G = 39.65%
B = 27.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#829F70 (or 0x829F70) is known color: Amulet. HEX triplet: 82, 9F and 70. RGB value is (130,159,112). Sum of RGB (Red+Green+Blue) = 130+159+112=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 159 - color contains mainly: green. Hex color #829F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F70 is #7D608F. Grayscale: #919191. Windows color (decimal): -8216720 or 7380866. OLE color: 7380866.

HSL color Cylindrical-coordinate representation of color #829F70: hue angle of 97.02º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829F70 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 112 -
CMYK 0.18 0 0.30 0.38
HSL 97.02º 0.2% 0.53% -
HSV(B) 97.02º 0.3% 0.62% -
XYZ 24.53 30.71 19.96 -
YUV 144.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 130 159 112 0.18 0 0.30 0.38 97.02 0.2 0.53
Hex 82 9F 70 12 0 1E 26 61 14 35
Octal 202 237 160 22 0 36 46 141 24 65
Binary 10000010 10011111 1110000 10010 0 11110 100110 1100001 10100 110101

Color Harmonies of #829F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F70

Black with #829F70

Text Example


Text Example

White with #829F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,159,112); }

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

background-color css

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

 a { background-color: rgb(130,159,112); }

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

border-color css

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

 span { border-color: rgb(130,159,112); }

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