#7CB969

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

Shades of Mantis #7CB969

Tints of Mantis #7CB969

Color information

#7CB969 (or 0x7CB969) is unknown color: approx Mantis. HEX triplet: 7C, B9 and 69. RGB value is (124,185,105). Sum of RGB (Red+Green+Blue) = 124+185+105=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB969 is #834696. Grayscale: #9D9D9D. Windows color (decimal): -8603287 or 6928764. OLE color: 6928764.

HSL color Cylindrical-coordinate representation of color #7CB969: hue angle of 105.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB969 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB124185105-
CMYK0.3300.430.27
HSL105.75º36.36%56.86%-
HSV(B)105.75º43.24%72.55%-
XYZ28.214019.6-
YUV157.6498.29104-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=29.95%
G=44.69%
B=25.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241851050.3300.430.27105.7536.3656.86
Hex7CB9692102B1B6a2439
Octal17427115141053331524471
Binary11111001011100111010011000010101011110111101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,185,105); }

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

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

 a { background-color: rgb(124,185,105); }

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

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

 span { border-color: rgb(124,185,105); }

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