#7FBC69

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

Shades of Mantis #7FBC69

Tints of Mantis #7FBC69

Color information

#7FBC69 (or 0x7FBC69) is unknown color: approx Mantis. HEX triplet: 7F, BC and 69. RGB value is (127,188,105). Sum of RGB (Red+Green+Blue) = 127+188+105=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC69 is #804396. Grayscale: #A0A0A0. Windows color (decimal): -8405911 or 6929535. OLE color: 6929535.

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

Color convert

RGB127188105-
CMYK0.3200.440.26
HSL104.1º38.25%57.45%-
HSV(B)104.1º44.15%73.73%-
XYZ29.2941.519.83-
YUV160.396.79104.25-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.24%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 105 (41.41% from 255) = 25%
R=30.24%
G=44.76%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881050.3200.440.26104.138.2557.45
Hex7FBC692002C1A682639
Octal17727415140054321504671
Binary11111111011110011010011000000101100110101101000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,105); }

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

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

 a { background-color: rgb(127,188,105); }

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

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

 span { border-color: rgb(127,188,105); }

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