Html Css Color HEX #72A663 Amulet

📋 copy color: '#72A663'

red 114 ◦ green 166 ◦ blue 99

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

Shades of Amulet #72A663

Tints of Amulet #72A663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.8%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 30.08%
G = 43.8%
B = 26.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#72A663 (or 0x72A663) is known color: Amulet. HEX triplet: 72, A6 and 63. RGB value is (114,166,99). Sum of RGB (Red+Green+Blue) = 114+166+99=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #72A663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A663 is #8D599C. Grayscale: #8F8F8F. Windows color (decimal): -9263517 or 6530674. OLE color: 6530674.

HSL color Cylindrical-coordinate representation of color #72A663: hue angle of 106.57º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72A663 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 166 99 -
CMYK 0.31 0 0.40 0.35
HSL 106.57º 0.27% 0.52% -
HSV(B) 106.57º 0.4% 0.65% -
XYZ 22.83 31.75 16.73 -
YUV 142.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 114 166 99 0.31 0 0.40 0.35 106.57 0.27 0.52
Hex 72 A6 63 1F 0 28 23 6B 1B 34
Octal 162 246 143 37 0 50 43 153 33 64
Binary 1110010 10100110 1100011 11111 0 101000 100011 1101011 11011 110100

Color Harmonies of #72A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A663

Black with #72A663

Text Example


Text Example

White with #72A663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,166,99); }

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

background-color css

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

 a { background-color: rgb(114,166,99); }

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

border-color css

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

 span { border-color: rgb(114,166,99); }

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