Html Css Color HEX #819B72 Amulet

📋 copy color: '#819B72'

red 129 ◦ green 155 ◦ blue 114

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

Shades of Amulet #819B72

Tints of Amulet #819B72

RGB

 RED value IS 129 (50.78% from 255) = 32.41%

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 32.41%
G = 38.94%
B = 28.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#819B72 (or 0x819B72) is known color: Amulet. HEX triplet: 81, 9B and 72. RGB value is (129,155,114). Sum of RGB (Red+Green+Blue) = 129+155+114=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #819B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B72 is #7E648D. Grayscale: #8E8E8E. Windows color (decimal): -8283278 or 7510913. OLE color: 7510913.

HSL color Cylindrical-coordinate representation of color #819B72: hue angle of 98.05º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #819B72 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 114 -
CMYK 0.17 0 0.26 0.39
HSL 98.05º 0.17% 0.53% -
HSV(B) 98.05º 0.26% 0.61% -
XYZ 23.81 29.32 20.32 -
YUV 142.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 129 155 114 0.17 0 0.26 0.39 98.05 0.17 0.53
Hex 81 9B 72 11 0 1A 27 62 11 35
Octal 201 233 162 21 0 32 47 142 21 65
Binary 10000001 10011011 1110010 10001 0 11010 100111 1100010 10001 110101

Color Harmonies of #819B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B72

Black with #819B72

Text Example


Text Example

White with #819B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819B72; }

 p { color: rgb(129,155,114); }

 H1.HeaderClassName
 {
   color: #819B72;
 }
 .AnyTagClassName
 {
   color: #819B72;
 }
</style>

background-color css

<style>
 a { background-color: #819B72; }

 a { background-color: rgb(129,155,114); }

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

border-color css

<style>
 span { border-color: #819B72; }

 span { border-color: rgb(129,155,114); }

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