Html Css Color HEX #72AB62 Amulet

📋 copy color: '#72AB62'

red 114 ◦ green 171 ◦ blue 98

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

Shades of Amulet #72AB62

Tints of Amulet #72AB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.59%

R = 29.77%
G = 44.65%
B = 25.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#72AB62 (or 0x72AB62) is known color: Amulet. HEX triplet: 72, AB and 62. RGB value is (114,171,98). Sum of RGB (Red+Green+Blue) = 114+171+98=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB62 is #8D549D. Grayscale: #919191. Windows color (decimal): -9262238 or 6466418. OLE color: 6466418.

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

Color convert

RGB 114 171 98 -
CMYK 0.33 0 0.43 0.33
HSL 106.85º 0.3% 0.53% -
HSV(B) 106.85º 0.43% 0.67% -
XYZ 23.71 33.59 16.79 -
YUV 145.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 114 171 98 0.33 0 0.43 0.33 106.85 0.3 0.53
Hex 72 AB 62 21 0 2B 21 6B 1E 35
Octal 162 253 142 41 0 53 41 153 36 65
Binary 1110010 10101011 1100010 100001 0 101011 100001 1101011 11110 110101

Color Harmonies of #72AB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB62

Black with #72AB62

Text Example


Text Example

White with #72AB62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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