Html Css Color HEX #72AA6C Amulet

📋 copy color: '#72AA6C'

red 114 ◦ green 170 ◦ blue 108

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

Shades of Amulet #72AA6C

Tints of Amulet #72AA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.37%

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

R = 29.08%
G = 43.37%
B = 27.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#72AA6C (or 0x72AA6C) is known color: Amulet. HEX triplet: 72, AA and 6C. RGB value is (114,170,108). Sum of RGB (Red+Green+Blue) = 114+170+108=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AA6C is #8D5593. Grayscale: #929292. Windows color (decimal): -9262484 or 7121522. OLE color: 7121522.

HSL color Cylindrical-coordinate representation of color #72AA6C: hue angle of 114.19º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72AA6C is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 170 108 -
CMYK 0.33 0 0.36 0.33
HSL 114.19º 0.27% 0.55% -
HSV(B) 114.19º 0.36% 0.67% -
XYZ 24.02 33.41 19.37 -
YUV 146.19 106.45 105.04 -
System Red Green Blue C M Y K H S L
Decimal 114 170 108 0.33 0 0.36 0.33 114.19 0.27 0.55
Hex 72 AA 6C 21 0 24 21 72 1B 37
Octal 162 252 154 41 0 44 41 162 33 67
Binary 1110010 10101010 1101100 100001 0 100100 100001 1110010 11011 110111

Color Harmonies of #72AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AA6C

Black with #72AA6C

Text Example


Text Example

White with #72AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,170,108); }

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

background-color css

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

 a { background-color: rgb(114,170,108); }

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

border-color css

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

 span { border-color: rgb(114,170,108); }

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