#7CB712

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

Shades of Lima #7CB712

Tints of Lima #7CB712

Color information

#7CB712 (or 0x7CB712) is unknown color: approx Lima. HEX triplet: 7C, B7 and 12. RGB value is (124,183,18). Sum of RGB (Red+Green+Blue) = 124+183+18=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB712 is #8348ED. Grayscale: #939393. Windows color (decimal): -8603886 or 1226620. OLE color: 1226620.

HSL color Cylindrical-coordinate representation of color #7CB712: hue angle of 81.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7CB712 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB12418318-
CMYK0.3200.900.28
HSL81.45º82.09%39.41%-
HSV(B)81.45º90.16%71.76%-
XYZ25.3538.26.61-
YUV146.5555.45111.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.15%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=38.15%
G=56.31%
B=5.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124183180.3200.900.2881.4582.0939.41
Hex7CB7122005A1C515227
Octal174267224001323412112247
Binary11111001011011110010100000010110101110010100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,183,18); }

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

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

 a { background-color: rgb(124,183,18); }

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

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

 span { border-color: rgb(124,183,18); }

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