#7FB706

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

Shades of Lima #7FB706

Tints of Lima #7FB706

Color information

#7FB706 (or 0x7FB706) is unknown color: approx Lima. HEX triplet: 7F, B7 and 06. RGB value is (127,183,6). Sum of RGB (Red+Green+Blue) = 127+183+6=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB706 is #8048F9. Grayscale: #929292. Windows color (decimal): -8407290 or 440191. OLE color: 440191.

HSL color Cylindrical-coordinate representation of color #7FB706: hue angle of 78.98º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB706 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1271836-
CMYK0.3100.970.28
HSL78.98º93.65%37.06%-
HSV(B)78.98º96.72%71.76%-
XYZ25.7238.396.23-
YUV146.0848.95114.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.19%
GREEN value IS 183 (71.88% from 255) = 57.91%
BLUE value IS 6 (2.73% from 255) = 1.90%
R=40.19%
G=57.91%
B=1.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal12718360.3100.970.2878.9893.6537.06
Hex7FB761F0611C4f5e25
Octal17726763701413411713645
Binary11111111011011111011111011000011110010011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,6); }

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

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

 a { background-color: rgb(127,183,6); }

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

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

 span { border-color: rgb(127,183,6); }

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