#7CAF65

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

Shades of Mantis #7CAF65

Tints of Mantis #7CAF65

Color information

#7CAF65 (or 0x7CAF65) is unknown color: approx Mantis. HEX triplet: 7C, AF and 65. RGB value is (124,175,101). Sum of RGB (Red+Green+Blue) = 124+175+101=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF65 is #83509A. Grayscale: #979797. Windows color (decimal): -8605851 or 6664060. OLE color: 6664060.

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

Color convert

RGB124175101-
CMYK0.2900.420.31
HSL101.35º31.62%54.12%-
HSV(B)101.35º42.29%68.63%-
XYZ25.9935.8817.87-
YUV151.3299.6108.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=31%
G=43.75%
B=25.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241751010.2900.420.31101.3531.6254.12
Hex7CAF651D02A1F652036
Octal17425714535052371454066
Binary1111100101011111100101111010101010111111100101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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