#72AF65

Color #72AF65 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #72AF65

Tints of Amulet #72AF65

Color information

#72AF65 (or 0x72AF65) is unknown color: approx Amulet. HEX triplet: 72, AF and 65. RGB value is (114,175,101). Sum of RGB (Red+Green+Blue) = 114+175+101=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF65 is #8D509A. Grayscale: #949494. Windows color (decimal): -9261211 or 6664050. OLE color: 6664050.

HSL color Cylindrical-coordinate representation of color #72AF65: hue angle of 109.46º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72AF65 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB114175101-
CMYK0.3500.420.31
HSL109.46º31.62%54.12%-
HSV(B)109.46º42.29%68.63%-
XYZ24.6235.1817.8-
YUV148.32101.29103.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=29.23%
G=44.87%
B=25.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141751010.3500.420.31109.4631.6254.12
Hex72AF652302A1F6d2036
Octal16225714543052371554066
Binary11100101010111111001011000110101010111111101101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #72AF65;
 }
 .AnyTagClassName
 {
   color: #72AF65;
 }
</style>
background-color css

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

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

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

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

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

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