Html Css Color HEX #72AB66 Amulet

📋 copy color: '#72AB66'

red 114 ◦ green 171 ◦ blue 102

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

Shades of Amulet #72AB66

Tints of Amulet #72AB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 29.46%
G = 44.19%
B = 26.36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#72AB66 (or 0x72AB66) is known color: Amulet. HEX triplet: 72, AB and 66. RGB value is (114,171,102). Sum of RGB (Red+Green+Blue) = 114+171+102=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB66 is #8D5499. Grayscale: #929292. Windows color (decimal): -9262234 or 6728562. OLE color: 6728562.

HSL color Cylindrical-coordinate representation of color #72AB66: hue angle of 109.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72AB66 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 171 102 -
CMYK 0.33 0 0.40 0.33
HSL 109.57º 0.29% 0.54% -
HSV(B) 109.57º 0.4% 0.67% -
XYZ 23.9 33.66 17.81 -
YUV 146.09 103.12 105.11 -
System Red Green Blue C M Y K H S L
Decimal 114 171 102 0.33 0 0.40 0.33 109.57 0.29 0.54
Hex 72 AB 66 21 0 28 21 6E 1D 36
Octal 162 253 146 41 0 50 41 156 35 66
Binary 1110010 10101011 1100110 100001 0 101000 100001 1101110 11101 110110

Color Harmonies of #72AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB66

Black with #72AB66

Text Example


Text Example

White with #72AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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