Html Css Color HEX #7AAF65 Mantis

📋 copy color: '#7AAF65'

red 122 ◦ green 175 ◦ blue 101

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

Shades of Mantis #7AAF65

Tints of Mantis #7AAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 30.65%
G = 43.97%
B = 25.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#7AAF65 (or 0x7AAF65) is known color: Mantis. HEX triplet: 7A, AF and 65. RGB value is (122,175,101). Sum of RGB (Red+Green+Blue) = 122+175+101=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF65 is #85509A. Grayscale: #969696. Windows color (decimal): -8736923 or 6664058. OLE color: 6664058.

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

Color convert

RGB 122 175 101 -
CMYK 0.30 0 0.42 0.31
HSL 102.97º 0.32% 0.54% -
HSV(B) 102.97º 0.42% 0.69% -
XYZ 25.7 35.74 17.86 -
YUV 150.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 122 175 101 0.30 0 0.42 0.31 102.97 0.32 0.54
Hex 7A AF 65 1E 0 2A 1F 67 20 36
Octal 172 257 145 36 0 52 37 147 40 66
Binary 1111010 10101111 1100101 11110 0 101010 11111 1100111 100000 110110

Color Harmonies of #7AAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF65

Black with #7AAF65

Text Example


Text Example

White with #7AAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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