Html Css Color HEX #72A569 Amulet

📋 copy color: '#72A569'

red 114 ◦ green 165 ◦ blue 105

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

Shades of Amulet #72A569

Tints of Amulet #72A569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

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

R = 29.69%
G = 42.97%
B = 27.34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#72A569 (or 0x72A569) is known color: Amulet. HEX triplet: 72, A5 and 69. RGB value is (114,165,105). Sum of RGB (Red+Green+Blue) = 114+165+105=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #72A569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A569 is #8D5A96. Grayscale: #8F8F8F. Windows color (decimal): -9263767 or 6923634. OLE color: 6923634.

HSL color Cylindrical-coordinate representation of color #72A569: hue angle of 111º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A569 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 105 -
CMYK 0.31 0 0.36 0.35
HSL 111º 0.25% 0.53% -
HSV(B) 111º 0.36% 0.65% -
XYZ 22.94 31.51 18.24 -
YUV 142.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 114 165 105 0.31 0 0.36 0.35 111 0.25 0.53
Hex 72 A5 69 1F 0 24 23 6F 19 35
Octal 162 245 151 37 0 44 43 157 31 65
Binary 1110010 10100101 1101001 11111 0 100100 100011 1101111 11001 110101

Color Harmonies of #72A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A569

Black with #72A569

Text Example


Text Example

White with #72A569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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