#7CBF66

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

Shades of Mantis #7CBF66

Tints of Mantis #7CBF66

Color information

#7CBF66 (or 0x7CBF66) is unknown color: approx Mantis. HEX triplet: 7C, BF and 66. RGB value is (124,191,102). Sum of RGB (Red+Green+Blue) = 124+191+102=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF66 is #834099. Grayscale: #A1A1A1. Windows color (decimal): -8601754 or 6733692. OLE color: 6733692.

HSL color Cylindrical-coordinate representation of color #7CBF66: hue angle of 105.17º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CBF66 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB124191102-
CMYK0.3500.470.25
HSL105.17º41.01%57.45%-
HSV(B)105.17º46.6%74.9%-
XYZ29.3442.5119.23-
YUV160.8294.8101.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=29.74%
G=45.80%
B=24.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241911020.3500.470.25105.1741.0157.45
Hex7CBF662302F19692939
Octal17427714643057311515171
Binary11111001011111111001101000110101111110011101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,191,102); }

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

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

 a { background-color: rgb(124,191,102); }

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

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

 span { border-color: rgb(124,191,102); }

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