Html Css Color HEX #72A566 Amulet

📋 copy color: '#72A566'

red 114 ◦ green 165 ◦ blue 102

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

Shades of Amulet #72A566

Tints of Amulet #72A566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 29.92%
G = 43.31%
B = 26.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#72A566 (or 0x72A566) is known color: Amulet. HEX triplet: 72, A5 and 66. RGB value is (114,165,102). Sum of RGB (Red+Green+Blue) = 114+165+102=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #72A566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A566 is #8D5A99. Grayscale: #8E8E8E. Windows color (decimal): -9263770 or 6727026. OLE color: 6727026.

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

Color convert

RGB 114 165 102 -
CMYK 0.31 0 0.38 0.35
HSL 108.57º 0.26% 0.52% -
HSV(B) 108.57º 0.38% 0.65% -
XYZ 22.79 31.45 17.44 -
YUV 142.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 114 165 102 0.31 0 0.38 0.35 108.57 0.26 0.52
Hex 72 A5 66 1F 0 26 23 6D 1A 34
Octal 162 245 146 37 0 46 43 155 32 64
Binary 1110010 10100101 1100110 11111 0 100110 100011 1101101 11010 110100

Color Harmonies of #72A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A566

Black with #72A566

Text Example


Text Example

White with #72A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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