#7AC068

Color #7AC068 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7AC068

Tints of Mantis #7AC068

Color information

#7AC068 (or 0x7AC068) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 68. RGB value is (122,192,104). Sum of RGB (Red+Green+Blue) = 122+192+104=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC068 is #853F97. Grayscale: #A1A1A1. Windows color (decimal): -8732568 or 6865018. OLE color: 6865018.

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

Color convert

RGB122192104-
CMYK0.3600.460.25
HSL107.73º41.12%58.04%-
HSV(B)107.73º45.83%75.29%-
XYZ29.3742.8419.82-
YUV161.0495.81100.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 104 (41.02% from 255) = 24.88%
R=29.19%
G=45.93%
B=24.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921040.3600.460.25107.7341.1258.04
Hex7AC0682402E196c293a
Octal17230015044056311545172
Binary11110101100000011010001001000101110110011101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC068;
 }
 .AnyTagClassName
 {
   color: #7AC068;
 }
</style>
background-color css

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

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

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

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

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

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