#7FBF67

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

Shades of Mantis #7FBF67

Tints of Mantis #7FBF67

Color information

#7FBF67 (or 0x7FBF67) is unknown color: approx Mantis. HEX triplet: 7F, BF and 67. RGB value is (127,191,103). Sum of RGB (Red+Green+Blue) = 127+191+103=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF67 is #804098. Grayscale: #A2A2A2. Windows color (decimal): -8405145 or 6799231. OLE color: 6799231.

HSL color Cylindrical-coordinate representation of color #7FBF67: hue angle of 103.64º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBF67 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB127191103-
CMYK0.3400.460.25
HSL103.64º40.74%57.65%-
HSV(B)103.64º46.07%74.9%-
XYZ29.8342.7519.51-
YUV161.8394.8103.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 191 (75% from 255) = 45.37%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=30.17%
G=45.37%
B=24.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271911030.3400.460.25103.6440.7457.65
Hex7FBF672202E1968293a
Octal17727714742056311505172
Binary11111111011111111001111000100101110110011101000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,191,103); }

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

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

 a { background-color: rgb(127,191,103); }

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

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

 span { border-color: rgb(127,191,103); }

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