#7FB94B

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

Shades of Mantis #7FB94B

Tints of Mantis #7FB94B

Color information

#7FB94B (or 0x7FB94B) is unknown color: approx Mantis. HEX triplet: 7F, B9 and 4B. RGB value is (127,185,75). Sum of RGB (Red+Green+Blue) = 127+185+75=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB94B is #8046B4. Grayscale: #9B9B9B. Windows color (decimal): -8406709 or 4962687. OLE color: 4962687.

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

Color convert

RGB12718575-
CMYK0.3100.590.27
HSL91.64º44%50.98%-
HSV(B)91.64º59.46%72.55%-
XYZ27.3739.7212.88-
YUV155.1282.78107.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.82%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=32.82%
G=47.80%
B=19.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127185750.3100.590.2791.644450.98
Hex7FB94B1F03B1B5c2c33
Octal17727111337073331345463
Binary1111111101110011001011111110111011110111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,185,75); }

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

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

 a { background-color: rgb(127,185,75); }

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

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

 span { border-color: rgb(127,185,75); }

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