Html Css Color HEX #7AC065 Mantis

📋 copy color: '#7AC065'

red 122 ◦ green 192 ◦ blue 101

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

Shades of Mantis #7AC065

Tints of Mantis #7AC065

RGB

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

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

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

R = 29.4%
G = 46.27%
B = 24.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#7AC065 (or 0x7AC065) is known color: Mantis. HEX triplet: 7A, C0 and 65. RGB value is (122,192,101). Sum of RGB (Red+Green+Blue) = 122+192+101=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC065 is #853F9A. Grayscale: #A0A0A0. Windows color (decimal): -8732571 or 6668410. OLE color: 6668410.

HSL color Cylindrical-coordinate representation of color #7AC065: hue angle of 106.15º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AC065 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 101 -
CMYK 0.36 0 0.47 0.25
HSL 106.15º 0.42% 0.57% -
HSV(B) 106.15º 0.47% 0.75% -
XYZ 29.22 42.78 19.03 -
YUV 160.7 94.31 100.4 -
System Red Green Blue C M Y K H S L
Decimal 122 192 101 0.36 0 0.47 0.25 106.15 0.42 0.57
Hex 7A C0 65 24 0 2F 19 6A 2A 39
Octal 172 300 145 44 0 57 31 152 52 71
Binary 1111010 11000000 1100101 100100 0 101111 11001 1101010 101010 111001

Color Harmonies of #7AC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC065

Black with #7AC065

Text Example


Text Example

White with #7AC065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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