#72B062

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

Shades of Mantis #72B062

Tints of Mantis #72B062

Color information

#72B062 (or 0x72B062) is unknown color: approx Mantis. HEX triplet: 72, B0 and 62. RGB value is (114,176,98). Sum of RGB (Red+Green+Blue) = 114+176+98=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #72B062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B062 is #8D4F9D. Grayscale: #949494. Windows color (decimal): -9260958 or 6467698. OLE color: 6467698.

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

Color convert

RGB11417698-
CMYK0.3500.440.31
HSL107.69º33.05%53.73%-
HSV(B)107.69º44.32%69.02%-
XYZ24.6735.5117.11-
YUV148.5799.46103.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=29.38%
G=45.36%
B=25.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114176980.3500.440.31107.6933.0553.73
Hex72B0622302C1F6c2136
Octal16226014243054371544166
Binary11100101011000011000101000110101100111111101100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,176,98); }

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

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

 a { background-color: rgb(114,176,98); }

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

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

 span { border-color: rgb(114,176,98); }

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