#7CB738

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

Shades of Lima #7CB738

Tints of Lima #7CB738

Color information

#7CB738 (or 0x7CB738) is unknown color: approx Lima. HEX triplet: 7C, B7 and 38. RGB value is (124,183,56). Sum of RGB (Red+Green+Blue) = 124+183+56=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB738 is #8348C7. Grayscale: #979797. Windows color (decimal): -8603848 or 3716988. OLE color: 3716988.

HSL color Cylindrical-coordinate representation of color #7CB738: hue angle of 87.87º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7CB738 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB12418356-
CMYK0.3200.690.28
HSL87.87º53.14%46.86%-
HSV(B)87.87º69.4%71.76%-
XYZ25.9638.449.79-
YUV150.8874.45108.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 56 (22.27% from 255) = 15.43%
R=34.16%
G=50.41%
B=15.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124183560.3200.690.2887.8753.1446.86
Hex7CB738200451C58352f
Octal17426770400105341306557
Binary11111001011011111100010000001000101111001011000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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