#7BA828

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

Shades of Lima #7BA828

Tints of Lima #7BA828

Color information

#7BA828 (or 0x7BA828) is unknown color: approx Lima. HEX triplet: 7B, A8 and 28. RGB value is (123,168,40). Sum of RGB (Red+Green+Blue) = 123+168+40=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA828 is #8457D7. Grayscale: #8C8C8C. Windows color (decimal): -8673240 or 2664571. OLE color: 2664571.

HSL color Cylindrical-coordinate representation of color #7BA828: hue angle of 81.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BA828 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB12316840-
CMYK0.2700.760.34
HSL81.09º61.54%40.78%-
HSV(B)81.09º76.19%65.88%-
XYZ22.5532.377.07-
YUV139.9571.59115.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 168 (66.02% from 255) = 50.76%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=37.16%
G=50.76%
B=12.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123168400.2700.760.3481.0961.5440.78
Hex7BA8281B04C22513e29
Octal17325050330114421217651
Binary11110111010100010100011011010011001000101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,168,40); }

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

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

 a { background-color: rgb(123,168,40); }

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

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

 span { border-color: rgb(123,168,40); }

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