#7AB628

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

Shades of Lima #7AB628

Tints of Lima #7AB628

Color information

#7AB628 (or 0x7AB628) is unknown color: approx Lima. HEX triplet: 7A, B6 and 28. RGB value is (122,182,40). Sum of RGB (Red+Green+Blue) = 122+182+40=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB628 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB628 is #8549D7. Grayscale: #949494. Windows color (decimal): -8735192 or 2668154. OLE color: 2668154.

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

Color convert

RGB12218240-
CMYK0.3300.780.29
HSL85.35º63.96%43.53%-
HSV(B)85.35º78.02%71.37%-
XYZ25.1437.757.97-
YUV147.8767.12109.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 52.91%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=35.47%
G=52.91%
B=11.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122182400.3300.780.2985.3563.9643.53
Hex7AB6282104E1D55402c
Octal172266504101163512510054
Binary111101010110110101000100001010011101110110101011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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