#7DAA1B

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

Shades of Lima #7DAA1B

Tints of Lima #7DAA1B

Color information

#7DAA1B (or 0x7DAA1B) is unknown color: approx Lima. HEX triplet: 7D, AA and 1B. RGB value is (125,170,27). Sum of RGB (Red+Green+Blue) = 125+170+27=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA1B is #8255E4. Grayscale: #8C8C8C. Windows color (decimal): -8541669 or 1813117. OLE color: 1813117.

HSL color Cylindrical-coordinate representation of color #7DAA1B: hue angle of 78.88º 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 #7DAA1B is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB12517027-
CMYK0.2600.840.33
HSL78.88º72.59%38.63%-
HSV(B)78.88º84.12%66.67%-
XYZ23.0333.196.23-
YUV140.2464.09117.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.82%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 27 (10.94% from 255) = 8.39%
R=38.82%
G=52.80%
B=8.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170270.2600.840.3378.8872.5938.63
Hex7DAA1B1A054214f4927
Octal175252333201244111711147
Binary11111011010101011011110100101010010000110011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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