Html Css Color HEX #829A70 Amulet

📋 copy color: '#829A70'

red 130 ◦ green 154 ◦ blue 112

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

Shades of Amulet #829A70

Tints of Amulet #829A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

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

R = 32.83%
G = 38.89%
B = 28.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#829A70 (or 0x829A70) is known color: Amulet. HEX triplet: 82, 9A and 70. RGB value is (130,154,112). Sum of RGB (Red+Green+Blue) = 130+154+112=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #829A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829A70 is #7D658F. Grayscale: #8E8E8E. Windows color (decimal): -8218000 or 7379586. OLE color: 7379586.

HSL color Cylindrical-coordinate representation of color #829A70: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #829A70 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 154 112 -
CMYK 0.16 0 0.27 0.40
HSL 94.29º 0.17% 0.52% -
HSV(B) 94.29º 0.27% 0.6% -
XYZ 23.69 29.03 19.68 -
YUV 142.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 130 154 112 0.16 0 0.27 0.40 94.29 0.17 0.52
Hex 82 9A 70 10 0 1B 28 5E 11 34
Octal 202 232 160 20 0 33 50 136 21 64
Binary 10000010 10011010 1110000 10000 0 11011 101000 1011110 10001 110100

Color Harmonies of #829A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829A70

Black with #829A70

Text Example


Text Example

White with #829A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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