#7BB60F

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

Shades of Lima #7BB60F

Tints of Lima #7BB60F

Color information

#7BB60F (or 0x7BB60F) is unknown color: approx Lima. HEX triplet: 7B, B6 and 0F. RGB value is (123,182,15). Sum of RGB (Red+Green+Blue) = 123+182+15=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB60F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BB60F is #8449F0. Grayscale: #919191. Windows color (decimal): -8669681 or 1029755. OLE color: 1029755.

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

Color convert

RGB12318215-
CMYK0.3200.920.29
HSL81.2º84.77%38.63%-
HSV(B)81.2º91.76%71.37%-
XYZ24.9837.76.41-
YUV145.3254.45112.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.44%
GREEN value IS 182 (71.48% from 255) = 56.88%
BLUE value IS 15 (6.25% from 255) = 4.69%
R=38.44%
G=56.88%
B=4.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123182150.3200.920.2981.284.7738.63
Hex7BB6F2005C1D515527
Octal173266174001343512112547
Binary1111011101101101111100000010111001110110100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,182,15); }

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

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

 a { background-color: rgb(123,182,15); }

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

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

 span { border-color: rgb(123,182,15); }

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