#7AB715

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

Shades of Lima #7AB715

Tints of Lima #7AB715

Color information

#7AB715 (or 0x7AB715) is unknown color: approx Lima. HEX triplet: 7A, B7 and 15. RGB value is (122,183,21). Sum of RGB (Red+Green+Blue) = 122+183+21=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB715 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB715 is #8548EA. Grayscale: #929292. Windows color (decimal): -8734955 or 1423226. OLE color: 1423226.

HSL color Cylindrical-coordinate representation of color #7AB715: hue angle of 82.59º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AB715 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB12218321-
CMYK0.3300.890.28
HSL82.59º79.41%40%-
HSV(B)82.59º88.52%71.76%-
XYZ25.0938.066.73-
YUV146.2957.29110.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 183 (71.88% from 255) = 56.13%
BLUE value IS 21 (8.59% from 255) = 6.44%
R=37.42%
G=56.13%
B=6.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal122183210.3300.890.2882.5979.4140
Hex7AB715210591C534f28
Octal172267254101313412311750
Binary11110101011011110101100001010110011110010100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,21); }

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

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

 a { background-color: rgb(122,183,21); }

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

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

 span { border-color: rgb(122,183,21); }

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