Html Css Color HEX #7FC068 Mantis

📋 copy color: '#7FC068'

red 127 ◦ green 192 ◦ blue 104

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

Shades of Mantis #7FC068

Tints of Mantis #7FC068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 30.02%
G = 45.39%
B = 24.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#7FC068 (or 0x7FC068) is known color: Mantis. HEX triplet: 7F, C0 and 68. RGB value is (127,192,104). Sum of RGB (Red+Green+Blue) = 127+192+104=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC068 is #803F97. Grayscale: #A2A2A2. Windows color (decimal): -8404888 or 6865023. OLE color: 6865023.

HSL color Cylindrical-coordinate representation of color #7FC068: hue angle of 104.32º 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 #7FC068 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 104 -
CMYK 0.34 0 0.46 0.25
HSL 104.32º 0.41% 0.58% -
HSV(B) 104.32º 0.46% 0.75% -
XYZ 30.1 43.21 19.85 -
YUV 162.53 94.97 102.66 -
System Red Green Blue C M Y K H S L
Decimal 127 192 104 0.34 0 0.46 0.25 104.32 0.41 0.58
Hex 7F C0 68 22 0 2E 19 68 29 3A
Octal 177 300 150 42 0 56 31 150 51 72
Binary 1111111 11000000 1101000 100010 0 101110 11001 1101000 101001 111010

Color Harmonies of #7FC068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC068

Black with #7FC068

Text Example


Text Example

White with #7FC068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,104); }

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

background-color css

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

 a { background-color: rgb(127,192,104); }

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

border-color css

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

 span { border-color: rgb(127,192,104); }

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