#7FB107

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

Shades of Lima #7FB107

Tints of Lima #7FB107

Color information

#7FB107 (or 0x7FB107) is unknown color: approx Lima. HEX triplet: 7F, B1 and 07. RGB value is (127,177,7). Sum of RGB (Red+Green+Blue) = 127+177+7=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB107 is #804EF8. Grayscale: #8F8F8F. Windows color (decimal): -8408825 or 504191. OLE color: 504191.

HSL color Cylindrical-coordinate representation of color #7FB107: hue angle of 77.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FB107 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB1271777-
CMYK0.2800.960.31
HSL77.65º92.39%36.08%-
HSV(B)77.65º96.05%69.41%-
XYZ24.5135.975.85-
YUV142.6751.44116.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 177 (69.53% from 255) = 56.91%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=40.84%
G=56.91%
B=2.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12717770.2800.960.3177.6592.3936.08
Hex7FB171C0601F4e5c24
Octal17726173401403711613444
Binary11111111011000111111100011000001111110011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,7); }

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

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

 a { background-color: rgb(127,177,7); }

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

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

 span { border-color: rgb(127,177,7); }

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