Html Css Color HEX #7FBF60 Mantis

📋 copy color: '#7FBF60'

red 127 ◦ green 191 ◦ blue 96

#7FBF60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7FBF60

Tints of Mantis #7FBF60

RGB

 RED value IS 127 (50% from 255) = 30.68%

 GREEN value IS 191 (75% from 255) = 46.14%

 BLUE value IS 96 (37.89% from 255) = 23.19%

R = 30.68%
G = 46.14%
B = 23.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#7FBF60 (or 0x7FBF60) is known color: Mantis. HEX triplet: 7F, BF and 60. RGB value is (127,191,96). Sum of RGB (Red+Green+Blue) = 127+191+96=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #7FBF60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBF60 is #80409F. Grayscale: #A1A1A1. Windows color (decimal): -8405152 or 6340479. OLE color: 6340479.

HSL color Cylindrical-coordinate representation of color #7FBF60: hue angle of 100.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FBF60 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 191 96 -
CMYK 0.34 0 0.50 0.25
HSL 100.42º 0.43% 0.56% -
HSV(B) 100.42º 0.5% 0.75% -
XYZ 29.49 42.62 17.74 -
YUV 161.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 127 191 96 0.34 0 0.50 0.25 100.42 0.43 0.56
Hex 7F BF 60 22 0 32 19 64 2B 38
Octal 177 277 140 42 0 62 31 144 53 70
Binary 1111111 10111111 1100000 100010 0 110010 11001 1100100 101011 111000

Color Harmonies of #7FBF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBF60

Black with #7FBF60

Text Example


Text Example

White with #7FBF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FBF60;
 }
 .AnyTagClassName
 {
   color: #7FBF60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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