#7DBB69

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

Shades of Mantis #7DBB69

Tints of Mantis #7DBB69

Color information

#7DBB69 (or 0x7DBB69) is unknown color: approx Mantis. HEX triplet: 7D, BB and 69. RGB value is (125,187,105). Sum of RGB (Red+Green+Blue) = 125+187+105=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB69 is #824496. Grayscale: #9F9F9F. Windows color (decimal): -8537239 or 6929277. OLE color: 6929277.

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

Color convert

RGB125187105-
CMYK0.3300.440.27
HSL105.37º37.61%57.25%-
HSV(B)105.37º43.85%73.33%-
XYZ28.7840.9219.75-
YUV159.1197.46103.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=29.98%
G=44.84%
B=25.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871050.3300.440.27105.3737.6157.25
Hex7DBB692102C1B692639
Octal17527315141054331514671
Binary11111011011101111010011000010101100110111101001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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