#7BBB22

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

Shades of Lima #7BBB22

Tints of Lima #7BBB22

Color information

#7BBB22 (or 0x7BBB22) is unknown color: approx Lima. HEX triplet: 7B, BB and 22. RGB value is (123,187,34). Sum of RGB (Red+Green+Blue) = 123+187+34=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #7BBB22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBB22 is #8444DD. Grayscale: #969696. Windows color (decimal): -8668382 or 2276219. OLE color: 2276219.

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

Color convert

RGB12318734-
CMYK0.3400.820.27
HSL85.1º69.23%43.33%-
HSV(B)85.1º81.82%73.33%-
XYZ26.2339.877.83-
YUV150.4262.3108.44-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 34 (13.67% from 255) = 9.88%
R=35.76%
G=54.36%
B=9.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123187340.3400.820.2785.169.2343.33
Hex7BBB22220521B55452b
Octal173273424201223312510553
Binary111101110111011100010100010010100101101110101011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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