Html Css Color HEX #72A268 Amulet

📋 copy color: '#72A268'

red 114 ◦ green 162 ◦ blue 104

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

Shades of Amulet #72A268

Tints of Amulet #72A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.63%

 BLUE value IS 104 (41.02% from 255) = 27.37%

R = 30%
G = 42.63%
B = 27.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#72A268 (or 0x72A268) is known color: Amulet. HEX triplet: 72, A2 and 68. RGB value is (114,162,104). Sum of RGB (Red+Green+Blue) = 114+162+104=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #72A268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A268 is #8D5D97. Grayscale: #8D8D8D. Windows color (decimal): -9264536 or 6857330. OLE color: 6857330.

HSL color Cylindrical-coordinate representation of color #72A268: hue angle of 109.66º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72A268 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 162 104 -
CMYK 0.30 0 0.36 0.36
HSL 109.66º 0.24% 0.52% -
HSV(B) 109.66º 0.36% 0.64% -
XYZ 22.36 30.42 17.79 -
YUV 141.04 107.1 108.72 -
System Red Green Blue C M Y K H S L
Decimal 114 162 104 0.30 0 0.36 0.36 109.66 0.24 0.52
Hex 72 A2 68 1E 0 24 24 6E 18 34
Octal 162 242 150 36 0 44 44 156 30 64
Binary 1110010 10100010 1101000 11110 0 100100 100100 1101110 11000 110100

Color Harmonies of #72A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A268

Black with #72A268

Text Example


Text Example

White with #72A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,162,104); }

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

background-color css

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

 a { background-color: rgb(114,162,104); }

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

border-color css

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

 span { border-color: rgb(114,162,104); }

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