#7DCB69

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

Shades of Mantis #7DCB69

Tints of Mantis #7DCB69

Color information

#7DCB69 (or 0x7DCB69) is unknown color: approx Mantis. HEX triplet: 7D, CB and 69. RGB value is (125,203,105). Sum of RGB (Red+Green+Blue) = 125+203+105=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB69 is #823496. Grayscale: #A8A8A8. Windows color (decimal): -8533143 or 6933373. OLE color: 6933373.

HSL color Cylindrical-coordinate representation of color #7DCB69: hue angle of 107.76º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DCB69 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB125203105-
CMYK0.3800.480.20
HSL107.76º48.51%60.39%-
HSV(B)107.76º48.28%79.61%-
XYZ32.3648.0920.94-
YUV168.5192.1696.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 203 (79.69% from 255) = 46.88%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=28.87%
G=46.88%
B=24.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031050.3800.480.20107.7648.5160.39
Hex7DCB6926030146c313c
Octal17531315146060241546174
Binary11111011100101111010011001100110000101001101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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