Html Css Color HEX #72A469 Amulet

📋 copy color: '#72A469'

red 114 ◦ green 164 ◦ blue 105

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

Shades of Amulet #72A469

Tints of Amulet #72A469

RGB

 RED value IS 114 (44.92% from 255) = 29.77%

 GREEN value IS 164 (64.45% from 255) = 42.82%

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 29.77%
G = 42.82%
B = 27.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#72A469 (or 0x72A469) is known color: Amulet. HEX triplet: 72, A4 and 69. RGB value is (114,164,105). Sum of RGB (Red+Green+Blue) = 114+164+105=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 164 - color contains mainly: green. Hex color #72A469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A469 is #8D5B96. Grayscale: #8E8E8E. Windows color (decimal): -9264023 or 6923378. OLE color: 6923378.

HSL color Cylindrical-coordinate representation of color #72A469: hue angle of 110.85º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A469 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 164 105 -
CMYK 0.30 0 0.36 0.36
HSL 110.85º 0.24% 0.53% -
HSV(B) 110.85º 0.36% 0.64% -
XYZ 22.76 31.15 18.18 -
YUV 142.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 114 164 105 0.30 0 0.36 0.36 110.85 0.24 0.53
Hex 72 A4 69 1E 0 24 24 6F 18 35
Octal 162 244 151 36 0 44 44 157 30 65
Binary 1110010 10100100 1101001 11110 0 100100 100100 1101111 11000 110101

Color Harmonies of #72A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A469

Black with #72A469

Text Example


Text Example

White with #72A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A469; }

 p { color: rgb(114,164,105); }

 H1.HeaderClassName
 {
   color: #72A469;
 }
 .AnyTagClassName
 {
   color: #72A469;
 }
</style>

background-color css

<style>
 a { background-color: #72A469; }

 a { background-color: rgb(114,164,105); }

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

border-color css

<style>
 span { border-color: #72A469; }

 span { border-color: rgb(114,164,105); }

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