#72A26A

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

Shades of Amulet #72A26A

Tints of Amulet #72A26A

Color information

#72A26A (or 0x72A26A) is unknown color: approx Amulet. HEX triplet: 72, A2 and 6A. RGB value is (114,162,106). Sum of RGB (Red+Green+Blue) = 114+162+106=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #72A26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A26A is #8D5D95. Grayscale: #8D8D8D. Windows color (decimal): -9264534 or 6988402. OLE color: 6988402.

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

Color convert

RGB114162106-
CMYK0.3000.350.36
HSL111.43º23.14%52.55%-
HSV(B)111.43º34.57%63.53%-
XYZ22.4630.4618.33-
YUV141.26108.1108.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 162 (63.67% from 255) = 42.41%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=29.84%
G=42.41%
B=27.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141621060.3000.350.36111.4323.1452.55
Hex72A26A1E023246f1735
Octal16224215236043441572765
Binary1110010101000101101010111100100011100100110111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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