Html Css Color HEX #7FBA71 Mantis

📋 copy color: '#7FBA71'

red 127 ◦ green 186 ◦ blue 113

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

Shades of Mantis #7FBA71

Tints of Mantis #7FBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 29.81%
G = 43.66%
B = 26.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#7FBA71 (or 0x7FBA71) is known color: Mantis. HEX triplet: 7F, BA and 71. RGB value is (127,186,113). Sum of RGB (Red+Green+Blue) = 127+186+113=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA71 is #80458E. Grayscale: #A0A0A0. Windows color (decimal): -8406415 or 7453311. OLE color: 7453311.

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

Color convert

RGB 127 186 113 -
CMYK 0.32 0 0.39 0.27
HSL 108.49º 0.35% 0.59% -
HSV(B) 108.49º 0.39% 0.73% -
XYZ 29.29 40.82 21.96 -
YUV 160.04 101.45 104.44 -
System Red Green Blue C M Y K H S L
Decimal 127 186 113 0.32 0 0.39 0.27 108.49 0.35 0.59
Hex 7F BA 71 20 0 27 1B 6C 23 3B
Octal 177 272 161 40 0 47 33 154 43 73
Binary 1111111 10111010 1110001 100000 0 100111 11011 1101100 100011 111011

Color Harmonies of #7FBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA71

Black with #7FBA71

Text Example


Text Example

White with #7FBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,186,113); }

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

background-color css

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

 a { background-color: rgb(127,186,113); }

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

border-color css

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

 span { border-color: rgb(127,186,113); }

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