#7BB412

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

Shades of Lima #7BB412

Tints of Lima #7BB412

Color information

#7BB412 (or 0x7BB412) is unknown color: approx Lima. HEX triplet: 7B, B4 and 12. RGB value is (123,180,18). Sum of RGB (Red+Green+Blue) = 123+180+18=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB412 is #844BED. Grayscale: #919191. Windows color (decimal): -8670190 or 1225851. OLE color: 1225851.

HSL color Cylindrical-coordinate representation of color #7BB412: hue angle of 81.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BB412 is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB12318018-
CMYK0.3200.90.29
HSL81.11º81.82%38.82%-
HSV(B)81.11º90%70.59%-
XYZ24.636.96.4-
YUV144.4956.62112.67-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 18 (7.42% from 255) = 5.61%
R=38.32%
G=56.07%
B=5.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123180180.3200.90.2981.1181.8238.82
Hex7BB4122005A1D515227
Octal173264224001323512112247
Binary11110111011010010010100000010110101110110100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,180,18); }

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

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

 a { background-color: rgb(123,180,18); }

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

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

 span { border-color: rgb(123,180,18); }

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