#7DCB68

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

Shades of Mantis #7DCB68

Tints of Mantis #7DCB68

Color information

#7DCB68 (or 0x7DCB68) is unknown color: approx Mantis. HEX triplet: 7D, CB and 68. RGB value is (125,203,104). Sum of RGB (Red+Green+Blue) = 125+203+104=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCB68 is #823497. Grayscale: #A8A8A8. Windows color (decimal): -8533144 or 6867837. OLE color: 6867837.

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

Color convert

RGB125203104-
CMYK0.3800.490.20
HSL107.27º48.77%60.2%-
HSV(B)107.27º48.77%79.61%-
XYZ32.3148.0720.67-
YUV168.3991.6697.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.94%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 104 (41.02% from 255) = 24.07%
R=28.94%
G=46.99%
B=24.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252031040.3800.490.20107.2748.7760.2
Hex7DCB6826031146b313c
Octal17531315046061241536174
Binary11111011100101111010001001100110001101001101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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