Html Css Color HEX #72AC67 Amulet

📋 copy color: '#72AC67'

red 114 ◦ green 172 ◦ blue 103

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

Shades of Amulet #72AC67

Tints of Amulet #72AC67

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.22%

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 29.31%
G = 44.22%
B = 26.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#72AC67 (or 0x72AC67) is known color: Amulet. HEX triplet: 72, AC and 67. RGB value is (114,172,103). Sum of RGB (Red+Green+Blue) = 114+172+103=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AC67 is #8D5398. Grayscale: #939393. Windows color (decimal): -9261977 or 6794354. OLE color: 6794354.

HSL color Cylindrical-coordinate representation of color #72AC67: hue angle of 110.43º 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 #72AC67 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 172 103 -
CMYK 0.34 0 0.40 0.33
HSL 110.43º 0.29% 0.54% -
HSV(B) 110.43º 0.4% 0.67% -
XYZ 24.14 34.06 18.13 -
YUV 146.79 103.28 104.61 -
System Red Green Blue C M Y K H S L
Decimal 114 172 103 0.34 0 0.40 0.33 110.43 0.29 0.54
Hex 72 AC 67 22 0 28 21 6E 1D 36
Octal 162 254 147 42 0 50 41 156 35 66
Binary 1110010 10101100 1100111 100010 0 101000 100001 1101110 11101 110110

Color Harmonies of #72AC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AC67

Black with #72AC67

Text Example


Text Example

White with #72AC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,172,103); }

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

background-color css

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

 a { background-color: rgb(114,172,103); }

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

border-color css

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

 span { border-color: rgb(114,172,103); }

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