Html Css Color HEX #7FB066 Mantis

📋 copy color: '#7FB066'

red 127 ◦ green 176 ◦ blue 102

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

Shades of Mantis #7FB066

Tints of Mantis #7FB066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.19%

R = 31.36%
G = 43.46%
B = 25.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#7FB066 (or 0x7FB066) is known color: Mantis. HEX triplet: 7F, B0 and 66. RGB value is (127,176,102). Sum of RGB (Red+Green+Blue) = 127+176+102=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB066 is #804F99. Grayscale: #999999. Windows color (decimal): -8408986 or 6729855. OLE color: 6729855.

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

Color convert

RGB 127 176 102 -
CMYK 0.28 0 0.42 0.31
HSL 99.73º 0.32% 0.55% -
HSV(B) 99.73º 0.42% 0.69% -
XYZ 26.68 36.52 18.21 -
YUV 152.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 127 176 102 0.28 0 0.42 0.31 99.73 0.32 0.55
Hex 7F B0 66 1C 0 2A 1F 64 20 37
Octal 177 260 146 34 0 52 37 144 40 67
Binary 1111111 10110000 1100110 11100 0 101010 11111 1100100 100000 110111

Color Harmonies of #7FB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB066

Black with #7FB066

Text Example


Text Example

White with #7FB066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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