#7CA015

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

Shades of Lima #7CA015

Tints of Lima #7CA015

Color information

#7CA015 (or 0x7CA015) is unknown color: approx Lima. HEX triplet: 7C, A0 and 15. RGB value is (124,160,21). Sum of RGB (Red+Green+Blue) = 124+160+21=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA015 is #835FEA. Grayscale: #858585. Windows color (decimal): -8609771 or 1417340. OLE color: 1417340.

HSL color Cylindrical-coordinate representation of color #7CA015: hue angle of 75.54º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CA015 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB12416021-
CMYK0.2200.870.37
HSL75.54º76.8%35.49%-
HSV(B)75.54º86.87%62.75%-
XYZ21.0229.485.29-
YUV133.3964.57121.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 160 (62.89% from 255) = 52.46%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=40.66%
G=52.46%
B=6.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160210.2200.870.3775.5476.835.49
Hex7CA01516057254c4d23
Octal174240252601274511411543
Binary11111001010000010101101100101011110010110011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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