#7CB115

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

Shades of Lima #7CB115

Tints of Lima #7CB115

Color information

#7CB115 (or 0x7CB115) is unknown color: approx Lima. HEX triplet: 7C, B1 and 15. RGB value is (124,177,21). Sum of RGB (Red+Green+Blue) = 124+177+21=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB115 is #834EEA. Grayscale: #8F8F8F. Windows color (decimal): -8605419 or 1421692. OLE color: 1421692.

HSL color Cylindrical-coordinate representation of color #7CB115: hue angle of 80.38º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7CB115 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB12417721-
CMYK0.3000.880.31
HSL80.38º78.79%38.82%-
HSV(B)80.38º88.14%69.41%-
XYZ24.1735.786.34-
YUV143.3758.94114.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=38.51%
G=54.97%
B=6.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177210.3000.880.3180.3878.7938.82
Hex7CB1151E0581F504f27
Octal174261253601303712011747
Binary1111100101100011010111110010110001111110100001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,21); }

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

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

 a { background-color: rgb(124,177,21); }

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

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

 span { border-color: rgb(124,177,21); }

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