Html Css Color HEX #7AAF61 Mantis

📋 copy color: '#7AAF61'

red 122 ◦ green 175 ◦ blue 97

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

Shades of Mantis #7AAF61

Tints of Mantis #7AAF61

RGB

 RED value IS 122 (48.05% from 255) = 30.96%

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

 BLUE value IS 97 (38.28% from 255) = 24.62%

R = 30.96%
G = 44.42%
B = 24.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#7AAF61 (or 0x7AAF61) is known color: Mantis. HEX triplet: 7A, AF and 61. RGB value is (122,175,97). Sum of RGB (Red+Green+Blue) = 122+175+97=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF61 is #85509E. Grayscale: #969696. Windows color (decimal): -8736927 or 6401914. OLE color: 6401914.

HSL color Cylindrical-coordinate representation of color #7AAF61: hue angle of 100.77º degrees, saturation: 0.33, 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 #7AAF61 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 97 -
CMYK 0.30 0 0.45 0.31
HSL 100.77º 0.33% 0.53% -
HSV(B) 100.77º 0.45% 0.69% -
XYZ 25.51 35.66 16.85 -
YUV 150.26 97.94 107.84 -
System Red Green Blue C M Y K H S L
Decimal 122 175 97 0.30 0 0.45 0.31 100.77 0.33 0.53
Hex 7A AF 61 1E 0 2D 1F 65 21 35
Octal 172 257 141 36 0 55 37 145 41 65
Binary 1111010 10101111 1100001 11110 0 101101 11111 1100101 100001 110101

Color Harmonies of #7AAF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF61

Black with #7AAF61

Text Example


Text Example

White with #7AAF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,97); }

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

background-color css

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

 a { background-color: rgb(122,175,97); }

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

border-color css

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

 span { border-color: rgb(122,175,97); }

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