#7CAA1B

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

Shades of Lima #7CAA1B

Tints of Lima #7CAA1B

Color information

#7CAA1B (or 0x7CAA1B) is unknown color: approx Lima. HEX triplet: 7C, AA and 1B. RGB value is (124,170,27). Sum of RGB (Red+Green+Blue) = 124+170+27=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAA1B is #8355E4. Grayscale: #8C8C8C. Windows color (decimal): -8607205 or 1813116. OLE color: 1813116.

HSL color Cylindrical-coordinate representation of color #7CAA1B: hue angle of 79.3º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CAA1B is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB12417027-
CMYK0.2700.840.33
HSL79.3º72.59%38.63%-
HSV(B)79.3º84.12%66.67%-
XYZ22.8833.116.22-
YUV139.9464.26116.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 27 (10.94% from 255) = 8.41%
R=38.63%
G=52.96%
B=8.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124170270.2700.840.3379.372.5938.63
Hex7CAA1B1B054214f4927
Octal174252333301244111711147
Binary11111001010101011011110110101010010000110011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,27); }

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

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

 a { background-color: rgb(124,170,27); }

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

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

 span { border-color: rgb(124,170,27); }

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