Html Css Color HEX #72AB65 Amulet

📋 copy color: '#72AB65'

red 114 ◦ green 171 ◦ blue 101

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

Shades of Amulet #72AB65

Tints of Amulet #72AB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 29.53%
G = 44.3%
B = 26.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#72AB65 (or 0x72AB65) is known color: Amulet. HEX triplet: 72, AB and 65. RGB value is (114,171,101). Sum of RGB (Red+Green+Blue) = 114+171+101=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AB65 is #8D549A. Grayscale: #929292. Windows color (decimal): -9262235 or 6663026. OLE color: 6663026.

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

Color convert

RGB 114 171 101 -
CMYK 0.33 0 0.41 0.33
HSL 108.86º 0.29% 0.53% -
HSV(B) 108.86º 0.41% 0.67% -
XYZ 23.85 33.64 17.55 -
YUV 145.98 102.62 105.19 -
System Red Green Blue C M Y K H S L
Decimal 114 171 101 0.33 0 0.41 0.33 108.86 0.29 0.53
Hex 72 AB 65 21 0 29 21 6D 1D 35
Octal 162 253 145 41 0 51 41 155 35 65
Binary 1110010 10101011 1100101 100001 0 101001 100001 1101101 11101 110101

Color Harmonies of #72AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AB65

Black with #72AB65

Text Example


Text Example

White with #72AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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