#7BA826

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

Shades of Lima #7BA826

Tints of Lima #7BA826

Color information

#7BA826 (or 0x7BA826) is unknown color: approx Lima. HEX triplet: 7B, A8 and 26. RGB value is (123,168,38). Sum of RGB (Red+Green+Blue) = 123+168+38=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 168 (66.02% from 255 or 51.06% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA826 is #8457D9. Grayscale: #8C8C8C. Windows color (decimal): -8673242 or 2533499. OLE color: 2533499.

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

Color convert

RGB12316838-
CMYK0.2700.770.34
HSL80.77º63.11%40.39%-
HSV(B)80.77º77.38%65.88%-
XYZ22.5232.366.89-
YUV139.7270.59116.07-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 168 (66.02% from 255) = 51.06%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=37.39%
G=51.06%
B=11.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123168380.2700.770.3480.7763.1140.39
Hex7BA8261B04D22513f28
Octal17325046330115421217750
Binary11110111010100010011011011010011011000101010001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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