#7DBB60

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

Shades of Mantis #7DBB60

Tints of Mantis #7DBB60

Color information

#7DBB60 (or 0x7DBB60) is unknown color: approx Mantis. HEX triplet: 7D, BB and 60. RGB value is (125,187,96). Sum of RGB (Red+Green+Blue) = 125+187+96=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB60 is #82449F. Grayscale: #9E9E9E. Windows color (decimal): -8537248 or 6339453. OLE color: 6339453.

HSL color Cylindrical-coordinate representation of color #7DBB60: hue angle of 100.88º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DBB60 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB12518796-
CMYK0.3300.490.27
HSL100.88º40.09%55.49%-
HSV(B)100.88º48.66%73.33%-
XYZ28.3440.7517.44-
YUV158.0992.96104.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.64%
GREEN value IS 187 (73.44% from 255) = 45.83%
BLUE value IS 96 (37.89% from 255) = 23.53%
R=30.64%
G=45.83%
B=23.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125187960.3300.490.27100.8840.0955.49
Hex7DBB60210311B652837
Octal17527314041061331455067
Binary11111011011101111000001000010110001110111100101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DBB60; }

 p { color: rgb(125,187,96); }

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

<style>
 a { background-color: #7DBB60; }

 a { background-color: rgb(125,187,96); }

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

<style>
 span { border-color: #7DBB60; }

 span { border-color: rgb(125,187,96); }

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