#78AF5F

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

Shades of Mantis #78AF5F

Tints of Mantis #78AF5F

Color information

#78AF5F (or 0x78AF5F) is unknown color: approx Mantis. HEX triplet: 78, AF and 5F. RGB value is (120,175,95). Sum of RGB (Red+Green+Blue) = 120+175+95=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF5F is #8750A0. Grayscale: #959595. Windows color (decimal): -8868001 or 6270840. OLE color: 6270840.

HSL color Cylindrical-coordinate representation of color #78AF5F: hue angle of 101.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78AF5F is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB12017595-
CMYK0.3100.460.31
HSL101.25º33.33%52.94%-
HSV(B)101.25º45.71%68.63%-
XYZ25.1435.4816.35-
YUV149.4497.28107-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 95 (37.5% from 255) = 24.36%
R=30.77%
G=44.87%
B=24.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175950.3100.460.31101.2533.3352.94
Hex78AF5F1F02E1F652135
Octal17025713737056371454165
Binary1111000101011111011111111110101110111111100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AF5F; }

 p { color: rgb(120,175,95); }

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

<style>
 a { background-color: #78AF5F; }

 a { background-color: rgb(120,175,95); }

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

<style>
 span { border-color: #78AF5F; }

 span { border-color: rgb(120,175,95); }

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