#7BB312

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

Shades of Lima #7BB312

Tints of Lima #7BB312

Color information

#7BB312 (or 0x7BB312) is unknown color: approx Lima. HEX triplet: 7B, B3 and 12. RGB value is (123,179,18). Sum of RGB (Red+Green+Blue) = 123+179+18=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB312 is #844CED. Grayscale: #909090. Windows color (decimal): -8670446 or 1225595. OLE color: 1225595.

HSL color Cylindrical-coordinate representation of color #7BB312: hue angle of 80.87º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BB312 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB12317918-
CMYK0.3100.900.30
HSL80.87º81.73%38.63%-
HSV(B)80.87º89.94%70.2%-
XYZ24.436.496.33-
YUV143.956.95113.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 179 (70.31% from 255) = 55.94%
BLUE value IS 18 (7.42% from 255) = 5.62%
R=38.44%
G=55.94%
B=5.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123179180.3100.900.3080.8781.7338.63
Hex7BB3121F05A1E515227
Octal173263223701323612112247
Binary1111011101100111001011111010110101111010100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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