#7FB206

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

Shades of Lima #7FB206

Tints of Lima #7FB206

Color information

#7FB206 (or 0x7FB206) is unknown color: approx Lima. HEX triplet: 7F, B2 and 06. RGB value is (127,178,6). Sum of RGB (Red+Green+Blue) = 127+178+6=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB206 is #804DF9. Grayscale: #8F8F8F. Windows color (decimal): -8408570 or 438911. OLE color: 438911.

HSL color Cylindrical-coordinate representation of color #7FB206: hue angle of 77.79º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB206 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1271786-
CMYK0.2900.970.30
HSL77.79º93.48%36.08%-
HSV(B)77.79º96.63%69.8%-
XYZ24.7136.375.89-
YUV143.1450.6116.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.84%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 6 (2.73% from 255) = 1.93%
R=40.84%
G=57.23%
B=1.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12717860.2900.970.3077.7993.4836.08
Hex7FB261D0611E4e5d24
Octal17726263501413611613544
Binary11111111011001011011101011000011111010011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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