#7BA322

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

Shades of Lima #7BA322

Tints of Lima #7BA322

Color information

#7BA322 (or 0x7BA322) is unknown color: approx Lima. HEX triplet: 7B, A3 and 22. RGB value is (123,163,34). Sum of RGB (Red+Green+Blue) = 123+163+34=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #7BA322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BA322 is #845CDD. Grayscale: #888888. Windows color (decimal): -8674526 or 2270075. OLE color: 2270075.

HSL color Cylindrical-coordinate representation of color #7BA322: hue angle of 78.6º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7BA322 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB12316334-
CMYK0.2500.790.36
HSL78.6º65.48%38.63%-
HSV(B)78.6º79.14%63.92%-
XYZ21.5530.526.27-
YUV136.3370.25118.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 34 (13.67% from 255) = 10.62%
R=38.44%
G=50.94%
B=10.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal123163340.2500.790.3678.665.4838.63
Hex7BA3221904F244f4127
Octal173243423101174411710147
Binary111101110100011100010110010100111110010010011111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,163,34); }

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

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

 a { background-color: rgb(123,163,34); }

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

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

 span { border-color: rgb(123,163,34); }

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