Html Css Color HEX #7FAF66 Mantis

📋 copy color: '#7FAF66'

red 127 ◦ green 175 ◦ blue 102

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

Shades of Mantis #7FAF66

Tints of Mantis #7FAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.32%

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

R = 31.44%
G = 43.32%
B = 25.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#7FAF66 (or 0x7FAF66) is known color: Mantis. HEX triplet: 7F, AF and 66. RGB value is (127,175,102). Sum of RGB (Red+Green+Blue) = 127+175+102=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF66 is #805099. Grayscale: #989898. Windows color (decimal): -8409242 or 6729599. OLE color: 6729599.

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

Color convert

RGB 127 175 102 -
CMYK 0.27 0 0.42 0.31
HSL 99.45º 0.31% 0.54% -
HSV(B) 99.45º 0.42% 0.69% -
XYZ 26.48 36.13 18.15 -
YUV 152.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 127 175 102 0.27 0 0.42 0.31 99.45 0.31 0.54
Hex 7F AF 66 1B 0 2A 1F 63 1F 36
Octal 177 257 146 33 0 52 37 143 37 66
Binary 1111111 10101111 1100110 11011 0 101010 11111 1100011 11111 110110

Color Harmonies of #7FAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF66

Black with #7FAF66

Text Example


Text Example

White with #7FAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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