#72b05d

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

Shades of Mantis #72B05D

Tints of Mantis #72B05D

Color information

#72B05D (or 0x72B05D) is unknown color: approx Mantis. HEX triplet: 72, B0 and 5D. RGB value is (114,176,93). Sum of RGB (Red+Green+Blue) = 114+176+93=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #72B05D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B05D is #8D4FA2. Grayscale: #949494. Windows color (decimal): -9260963 or 6140018. OLE color: 6140018.

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

Color convert

RGB11417693-
CMYK0.3500.470.31
HSL104.82º34.44%52.75%-
HSV(B)104.82º47.16%69.02%-
XYZ24.4435.4215.9-
YUV14896.96103.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=29.77%
G=45.95%
B=24.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114176930.3500.470.31104.8234.4452.75
Hex72B05D2302F1F692235
Octal16226013543057371514265
Binary11100101011000010111011000110101111111111101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72b05d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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