#7CBD68

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

Shades of Mantis #7CBD68

Tints of Mantis #7CBD68

Color information

#7CBD68 (or 0x7CBD68) is unknown color: approx Mantis. HEX triplet: 7C, BD and 68. RGB value is (124,189,104). Sum of RGB (Red+Green+Blue) = 124+189+104=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD68 is #834297. Grayscale: #A0A0A0. Windows color (decimal): -8602264 or 6864252. OLE color: 6864252.

HSL color Cylindrical-coordinate representation of color #7CBD68: hue angle of 105.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CBD68 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB124189104-
CMYK0.3400.450.26
HSL105.88º39.17%57.45%-
HSV(B)105.88º44.97%74.12%-
XYZ29.0141.6819.61-
YUV159.8896.47102.41-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.74%
GREEN value IS 189 (74.22% from 255) = 45.32%
BLUE value IS 104 (41.02% from 255) = 24.94%
R=29.74%
G=45.32%
B=24.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241891040.3400.450.26105.8839.1757.45
Hex7CBD682202D1A6a2739
Octal17427515042055321524771
Binary11111001011110111010001000100101101110101101010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,104); }

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

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

 a { background-color: rgb(124,189,104); }

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

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

 span { border-color: rgb(124,189,104); }

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