#7CA315

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

Shades of Lima #7CA315

Tints of Lima #7CA315

Color information

#7CA315 (or 0x7CA315) is unknown color: approx Lima. HEX triplet: 7C, A3 and 15. RGB value is (124,163,21). Sum of RGB (Red+Green+Blue) = 124+163+21=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #7CA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CA315 is #835CEA. Grayscale: #878787. Windows color (decimal): -8609003 or 1418108. OLE color: 1418108.

HSL color Cylindrical-coordinate representation of color #7CA315: hue angle of 76.48º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7CA315 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB12416321-
CMYK0.2400.870.36
HSL76.48º77.17%36.08%-
HSV(B)76.48º87.12%63.92%-
XYZ21.5430.535.47-
YUV135.1563.58120.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 21 (8.59% from 255) = 6.82%
R=40.26%
G=52.92%
B=6.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124163210.2400.870.3676.4877.1736.08
Hex7CA31518057244c4d24
Octal174243253001274411411544
Binary11111001010001110101110000101011110010010011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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