Html Css Color HEX #829F6C Amulet

📋 copy color: '#829F6C'

red 130 ◦ green 159 ◦ blue 108

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

Shades of Amulet #829F6C

Tints of Amulet #829F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.2%

R = 32.75%
G = 40.05%
B = 27.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#829F6C (or 0x829F6C) is known color: Amulet. HEX triplet: 82, 9F and 6C. RGB value is (130,159,108). Sum of RGB (Red+Green+Blue) = 130+159+108=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #829F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829F6C is #7D6093. Grayscale: #909090. Windows color (decimal): -8216724 or 7118722. OLE color: 7118722.

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

Color convert

RGB 130 159 108 -
CMYK 0.18 0 0.32 0.38
HSL 94.12º 0.21% 0.52% -
HSV(B) 94.12º 0.32% 0.62% -
XYZ 24.31 30.62 18.82 -
YUV 144.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 130 159 108 0.18 0 0.32 0.38 94.12 0.21 0.52
Hex 82 9F 6C 12 0 20 26 5E 15 34
Octal 202 237 154 22 0 40 46 136 25 64
Binary 10000010 10011111 1101100 10010 0 100000 100110 1011110 10101 110100

Color Harmonies of #829F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F6C

Black with #829F6C

Text Example


Text Example

White with #829F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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