#7CAF61

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

Shades of Mantis #7CAF61

Tints of Mantis #7CAF61

Color information

#7CAF61 (or 0x7CAF61) is unknown color: approx Mantis. HEX triplet: 7C, AF and 61. RGB value is (124,175,97). Sum of RGB (Red+Green+Blue) = 124+175+97=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF61 is #83509E. Grayscale: #979797. Windows color (decimal): -8605855 or 6401916. OLE color: 6401916.

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

Color convert

RGB12417597-
CMYK0.2900.450.31
HSL99.23º32.77%53.33%-
HSV(B)99.23º44.57%68.63%-
XYZ25.835.8116.86-
YUV150.8697.6108.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.31%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=31.31%
G=44.19%
B=24.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175970.2900.450.3199.2332.7753.33
Hex7CAF611D02D1F632135
Octal17425714135055371434165
Binary1111100101011111100001111010101101111111100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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