#7FBD68

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

Shades of Mantis #7FBD68

Tints of Mantis #7FBD68

Color information

#7FBD68 (or 0x7FBD68) is unknown color: approx Mantis. HEX triplet: 7F, BD and 68. RGB value is (127,189,104). Sum of RGB (Red+Green+Blue) = 127+189+104=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #7FBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBD68 is #804297. Grayscale: #A1A1A1. Windows color (decimal): -8405656 or 6864255. OLE color: 6864255.

HSL color Cylindrical-coordinate representation of color #7FBD68: hue angle of 103.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FBD68 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB127189104-
CMYK0.3300.450.26
HSL103.76º39.17%57.45%-
HSV(B)103.76º44.97%74.12%-
XYZ29.4541.9119.63-
YUV160.7795.96103.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=30.24%
G=45%
B=24.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271891040.3300.450.26103.7639.1757.45
Hex7FBD682102D1A682739
Octal17727515041055321504771
Binary11111111011110111010001000010101101110101101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,104); }

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

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

 a { background-color: rgb(127,189,104); }

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

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

 span { border-color: rgb(127,189,104); }

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