#72956B

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

Shades of Amulet #72956B

Tints of Amulet #72956B

Color information

#72956B (or 0x72956B) is unknown color: approx Amulet. HEX triplet: 72, 95 and 6B. RGB value is (114,149,107). Sum of RGB (Red+Green+Blue) = 114+149+107=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 149 - color contains mainly: green. Hex color #72956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72956B is #8D6A94. Grayscale: #858585. Windows color (decimal): -9267861 or 7050610. OLE color: 7050610.

HSL color Cylindrical-coordinate representation of color #72956B: hue angle of 110º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72956B is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB114149107-
CMYK0.2300.280.42
HSL110º16.54%50.2%-
HSV(B)110º28.19%58.43%-
XYZ20.3426.1317.88-
YUV133.75112.9113.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 149 (58.59% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 28.92%
R=30.81%
G=40.27%
B=28.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491070.2300.280.4211016.5450.2
Hex72956B1701C2A6e1132
Octal16222515327034521562162
Binary111001010010101110101110111011100101010110111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72956B; }

 p { color: rgb(114,149,107); }

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

<style>
 a { background-color: #72956B; }

 a { background-color: rgb(114,149,107); }

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

<style>
 span { border-color: #72956B; }

 span { border-color: rgb(114,149,107); }

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