#7BA81F

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

Shades of Lima #7BA81F

Tints of Lima #7BA81F

Color information

#7BA81F (or 0x7BA81F) is unknown color: approx Lima. HEX triplet: 7B, A8 and 1F. RGB value is (123,168,31). Sum of RGB (Red+Green+Blue) = 123+168+31=322 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.20% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #7BA81F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA81F is #8457E0. Grayscale: #8B8B8B. Windows color (decimal): -8673249 or 2074747. OLE color: 2074747.

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

Color convert

RGB12316831-
CMYK0.2700.820.34
HSL79.71º68.84%39.02%-
HSV(B)79.71º81.55%65.88%-
XYZ22.4232.326.35-
YUV138.9367.09116.64-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.20%
GREEN value IS 168 (66.02% from 255) = 52.17%
BLUE value IS 31 (12.5% from 255) = 9.63%
R=38.20%
G=52.17%
B=9.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal123168310.2700.820.3479.7168.8439.02
Hex7BA81F1B05222504527
Octal173250373301224212010547
Binary11110111010100011111110110101001010001010100001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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