Html Css Color HEX #72A96C Amulet

📋 copy color: '#72A96C'

red 114 ◦ green 169 ◦ blue 108

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

Shades of Amulet #72A96C

Tints of Amulet #72A96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.22%

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

R = 29.16%
G = 43.22%
B = 27.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#72A96C (or 0x72A96C) is known color: Amulet. HEX triplet: 72, A9 and 6C. RGB value is (114,169,108). Sum of RGB (Red+Green+Blue) = 114+169+108=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #72A96C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A96C is #8D5693. Grayscale: #919191. Windows color (decimal): -9262740 or 7121266. OLE color: 7121266.

HSL color Cylindrical-coordinate representation of color #72A96C: hue angle of 114.1º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A96C is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 114 169 108 -
CMYK 0.33 0 0.36 0.34
HSL 114.1º 0.26% 0.54% -
HSV(B) 114.1º 0.36% 0.66% -
XYZ 23.83 33.04 19.31 -
YUV 145.6 106.78 105.46 -
System Red Green Blue C M Y K H S L
Decimal 114 169 108 0.33 0 0.36 0.34 114.1 0.26 0.54
Hex 72 A9 6C 21 0 24 22 72 1A 36
Octal 162 251 154 41 0 44 42 162 32 66
Binary 1110010 10101001 1101100 100001 0 100100 100010 1110010 11010 110110

Color Harmonies of #72A96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A96C

Black with #72A96C

Text Example


Text Example

White with #72A96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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