#7AB62D

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

Shades of Lima #7AB62D

Tints of Lima #7AB62D

Color information

#7AB62D (or 0x7AB62D) is unknown color: approx Lima. HEX triplet: 7A, B6 and 2D. RGB value is (122,182,45). Sum of RGB (Red+Green+Blue) = 122+182+45=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB62D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB62D is #8549D2. Grayscale: #949494. Windows color (decimal): -8735187 or 2995834. OLE color: 2995834.

HSL color Cylindrical-coordinate representation of color #7AB62D: hue angle of 86.28º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AB62D is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB12218245-
CMYK0.3300.750.29
HSL86.28º60.35%44.51%-
HSV(B)86.28º75.27%71.37%-
XYZ25.2337.788.45-
YUV148.4469.62109.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=34.96%
G=52.15%
B=12.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122182450.3300.750.2986.2860.3544.51
Hex7AB62D2104B1D563c2d
Octal17226655410113351267455
Binary11110101011011010110110000101001011111011010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,182,45); }

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

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

 a { background-color: rgb(122,182,45); }

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

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

 span { border-color: rgb(122,182,45); }

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