#7AAB2E

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

Shades of Lima #7AAB2E

Tints of Lima #7AAB2E

Color information

#7AAB2E (or 0x7AAB2E) is unknown color: approx Lima. HEX triplet: 7A, AB and 2E. RGB value is (122,171,46). Sum of RGB (Red+Green+Blue) = 122+171+46=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAB2E is #8554D1. Grayscale: #8E8E8E. Windows color (decimal): -8738002 or 3058554. OLE color: 3058554.

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

Color convert

RGB12217146-
CMYK0.2900.730.33
HSL83.52º57.6%42.55%-
HSV(B)83.52º73.1%67.06%-
XYZ23.0833.467.83-
YUV142.173.77113.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=35.99%
G=50.44%
B=13.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122171460.2900.730.3383.5257.642.55
Hex7AAB2E1D04921543a2b
Octal17225356350111411247253
Binary11110101010101110111011101010010011000011010100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,46); }

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

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

 a { background-color: rgb(122,171,46); }

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

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

 span { border-color: rgb(122,171,46); }

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