Html Css Color HEX #7FB060 Mantis

📋 copy color: '#7FB060'

red 127 ◦ green 176 ◦ blue 96

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

Shades of Mantis #7FB060

Tints of Mantis #7FB060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

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

R = 31.83%
G = 44.11%
B = 24.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#7FB060 (or 0x7FB060) is known color: Mantis. HEX triplet: 7F, B0 and 60. RGB value is (127,176,96). Sum of RGB (Red+Green+Blue) = 127+176+96=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB060 is #804F9F. Grayscale: #989898. Windows color (decimal): -8408992 or 6336639. OLE color: 6336639.

HSL color Cylindrical-coordinate representation of color #7FB060: hue angle of 96.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FB060 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 96 -
CMYK 0.28 0 0.45 0.31
HSL 96.75º 0.34% 0.53% -
HSV(B) 96.75º 0.45% 0.69% -
XYZ 26.39 36.41 16.7 -
YUV 152.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 127 176 96 0.28 0 0.45 0.31 96.75 0.34 0.53
Hex 7F B0 60 1C 0 2D 1F 61 22 35
Octal 177 260 140 34 0 55 37 141 42 65
Binary 1111111 10110000 1100000 11100 0 101101 11111 1100001 100010 110101

Color Harmonies of #7FB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB060

Black with #7FB060

Text Example


Text Example

White with #7FB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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